You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the parser isn't able to parse this fairly simple case statement: CASE WHEN country = 'USA' THEN state ELSE city END. I couldn't find any obvious reason that the case_when_column would miss this one.
The text was updated successfully, but these errors were encountered:
For some reason the parser isn't able to parse this fairly simple case statement:
CASE WHEN country = 'USA' THEN state ELSE city END
. I couldn't find any obvious reason that thecase_when_column
would miss this one.The text was updated successfully, but these errors were encountered: