summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseSelectCaseErr2.in
blob: 90b7b9a59bf3c8e7cb0465d4755ae0045f16beeb (plain)
1
2
select (SELECT name FROM mysql.help_category WHERE help_category_id = 1) as name,
case then 1=1 then "Some" else "Other" end FROM a;