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

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

-- database: presto; groups: join; tables: nation, region
select n_name, r_name from nation cross join region





© 2015 - 2024 Weber Informatics LLC | Privacy Policy