Open Rod911 opened 1 year ago
When column are written in multiple lines, the as column name is not extracted properly. Example:
as
CASE WHEN is_dispatched = 1 THEN "dispatched" WHEN is_delivered = 1 THEN "delivered" ELSE "pending" END AS status
When column are written in multiple lines, the
as
column name is not extracted properly. Example: