patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -0,0 +1,4 @@
#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;