spanner/spansql: Support conditional expressions #5837
Labels
api: spanner
Issues related to the Spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
spansql fails to parse statements that contain conditional expressions like
SELECT CASE 1 WHEN 1 THEN "X" WHEN 2 THEN "Y" ELSE NULL END
.The text was updated successfully, but these errors were encountered: