Skip to content

Commit

Permalink
add coalesce
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Oct 11, 2023
1 parent 5f81c37 commit f4fd77c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stg_transit_database__funding_programs AS (
id,
{{ trim_make_empty_string_null(column_name = "program") }} AS program,
full_name,
program_information,
COALESCE(program_information, program_informatiom) AS program_information,
services,
organization,
category,
Expand Down

0 comments on commit f4fd77c

Please sign in to comment.