You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
USE tpch1;
|
|
select if(date_format(cdatetime,'%s') between 3 and 58, 0, 1) from datatypetestm;
|
|
if(date_format(cdatetime,'%s') between 3 and 58, 0, 1)
|
|
1
|
|
1
|
|
1
|
|
1
|
|
0
|
|
0
|
|
0
|
|
0
|
|
1
|
|
1
|
|
1
|