File: parseSelectCaseAlias1.in

package info (click to toggle)
phpmyadmin-sql-parser 5.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,244 kB
  • sloc: php: 52,958; makefile: 13; sh: 8
file content (2 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (4)
1
2
select (SELECT name FROM mysql.help_category WHERE help_category_id = 1) as name,
case /* */ when 1=1 then "Some" when 2=1 then "Other" end /* */ AS /* */ foo FROM a;