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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -