wangzelin.wzl 93a1074b0c patch 4.0
2022-10-24 17:57:12 +08:00

5 lines
117 B
Plaintext

#select case when c1 = 'A' then 1 else 0 end from t;
#select c1 is null from jit;
select c1 not in (2, 3) from jit;