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