You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-15 22:22:17 +03:00
3 lines
138 B
SQL
3 lines
138 B
SQL
-- 1.2.2
|
|
Select count(*) from orders where exists ( select * from lineitem where l_orderkey <> o_orderkey and l_shipdate > o_orderdate );
|