1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Files
mariadb-columnstore-engine/utils/scenarios/perf/source/iteration17queries/Group5/q2.3.2.1.1.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 < '1992-04-09';