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

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

There is a newer version: 0.289
Show newest version
-- database: presto; groups: join; tables: nation, workers
select n_name, department, name, salary from nation, workers where n_nationkey = department




© 2015 - 2024 Weber Informatics LLC | Privacy Policy