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/subselect/negative/q3.4.negative.sql
2016-01-06 14:08:59 -06:00

3 lines
79 B
SQL

select * from sub1 where c1 <= (select c3 from sub2 where c1 = 1) order by 1;