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
138 B
Plaintext
3 lines
138 B
Plaintext
-- 1.2.2
|
|
Select count(*) from orders where exists ( select * from lineitem where l_orderkey <> o_orderkey and l_shipdate > o_orderdate );
|