"SELECT t1.field1, t1.field2, t2.field1, t2.field2 from table1 t1 JOIN table2 t2 ON <join condition goes here>"
"SELECT t1.field1, t1.field2, t2.field1, t2.field2 from table1 t1 JOIN table2 t2 ON <join condition goes here>"
babygal (20th September 2010)
Bookmarks