All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql-tests.testcases.join.sub_select_in.sql Maven / Gradle / Ivy

-- database: presto; groups: join; tables: nation, region
select n_name from nation where n_nationkey in (select r_regionkey from region)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy