You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
7 lines
241 B
SQL
7 lines
241 B
SQL
select * from enclosedby;
|
|
select * from enclosedby where c1 is null;
|
|
select * from enclosedby where c2 is null;
|
|
select * from enclosedby where c3 is null;
|
|
select * from enclosedby where c4 is null;
|
|
select * from enclosedby where c5 is null;
|