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
5 lines
128 B
SQL
Executable File
5 lines
128 B
SQL
Executable File
select count(*) from part, lineitem
|
|
where p_retailprice < 913.65
|
|
and p_partkey = l_suppkey
|
|
and l_shipdate < '1992-04-09';
|