P
pount
Unregistered / Unconfirmed
GUEST, unregistred user!
在ORACLE中有如下的SQL语句:
select table1.x1,table2.y1 from table1,table2
where table1.x0(+)=table2.y0
在SQL Server中可以将其中的(+)该为*即可完成同样的功能,
请问在Paradox中完成类似的功能该如何写那?
select table1.x1,table2.y1 from table1,table2
where table1.x0(+)=table2.y0
在SQL Server中可以将其中的(+)该为*即可完成同样的功能,
请问在Paradox中完成类似的功能该如何写那?