mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-23 05:40:11 -04:00
8 lines
144 B
MySQL
8 lines
144 B
MySQL
|
|
select
|
||
|
|
case
|
||
|
|
when a = 1 then '1'
|
||
|
|
when a = 2 then '2'
|
||
|
|
when a = 3 then '3'
|
||
|
|
else '0'
|
||
|
|
end as stmt1
|
||
|
|
from tab;
|