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

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

There is a newer version: 0.289
Show newest version
-- database: presto; groups: join; tables: nation, region
select n_name, r_name from nation cross join region





© 2015 - 2024 Weber Informatics LLC | Privacy Policy