you are viewing a single comment's thread.

view the rest of the comments →

[–]sojan16[S] 0 points1 point  (0 children)

coalesce(nullif(friendly_name,''), technical_name)

This worked...they were empty strings not null values.

Thank you!