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
3 lines
89 B
SQL
3 lines
89 B
SQL
select * from sub1 where c1 < (select c3 from sub2 where sub1.c1 = sub2.c1) order by 1;
|
|
|