select * from tab1 tab2 (no commas between)??
649606Feb 3 2010 — edited Feb 3 2010Hi Friends,
I have encountered a oracle report program from Oracle Apps, that looks like this
SELECT COL1,....more cols.... FROM TABLE1 TABLE2 where.....conditions....
The 2 tables are not separated by commas. I can not understand what logic does it try to bring out :(
I tried testing it with 2 tables but the output is nonsense.
Can you explain what is the purpose of this type of query pls.....
Thanks a lot
MsK