W
wk6pack
Hi,
I would like to use a generic sql statement for the join property. Is this
possible?
select a.name, b.name
from table1 a, table2 b
where a.locid =+ b.locid
instead of:
select a.name, b.name
from table1 as a left join table2 as b on a.locid = b.locid
thanks,
Will
I would like to use a generic sql statement for the join property. Is this
possible?
select a.name, b.name
from table1 a, table2 b
where a.locid =+ b.locid
instead of:
select a.name, b.name
from table1 as a left join table2 as b on a.locid = b.locid
thanks,
Will