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

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

-- database: presto; groups: join; tables: nation, region
select n_name, r_name from region right outer join nation on n_nationkey = r_regionkey





© 2015 - 2024 Weber Informatics LLC | Privacy Policy