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/.svn/text-base/q2.3.12.negative.sql.svn-base
2016-01-06 14:08:59 -06:00

4 lines
196 B
Plaintext

-- Invalid Range Limit Variant cases that use < (possible Cartesian product cases):
Select r_name from region where r_name < ( select max(n_name) from nation where r_regionkey <> n_regionkey );