init push

This commit is contained in:
oceanbase-admin
2021-05-31 22:56:52 +08:00
commit cea7de1475
7020 changed files with 5689869 additions and 0 deletions

View File

@ -0,0 +1,7 @@
c1 > c2
c1 > 10 and c2 < 100
c1+c2+100
sum(c1+c2)
case c1 when 1 then 'a' when 2 then 'b' else 'c' end
case when c1 > 1 then 'a' when c1 < 100 then 'b' else 'c' end
(c1, c2) >= (1, 2)