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

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

-- database: presto; groups: join; tables: nation, region
select n_name, r_name from nation join region on nation.n_regionkey = region.r_regionkey where n_name > 'E'





© 2015 - 2024 Weber Informatics LLC | Privacy Policy