Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8 SQL problem
Access SQL syntax is a little different than Oracle's...... Change your Join
statement into the where clause in oracle using the proper operator (+)=
select t_entry.*.....
from t_entry, t_valuesa
where t_entry.entryID (+)= t_valuesA.valuesvalue;
Hope this may help you! Received on Sun Jun 27 1999 - 02:42:16 CDT
![]() |
![]() |