1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test002/q2.3.2.1.4.sql
2016-01-06 14:08:59 -06:00

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 < '1993-04-07';