DB2 SQL Query issue when using Outer Join -


i hoping can shed light error receiving on query script ...

select  ...  left outer join datesa on daily_dates.id = datesa.id  table3,  table4  ...  

i getting error message , stuck; can't figure out issue on syntax?!

why put table3, table4 after join? specified tables in join

select ...  daily_dates  left outer join datesa  on daily_dates.id = datesa.id  ... 

and forgot specify first table after select (view example syntax)


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -