Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle 8 SQL problem
The following SQL-Statement works fine in MS Access, but produces an
Error-Msg when running on Oracle (within an
ASP-Page that is connected to Oracle 8).
TNX in advance for any help !
Volker
SELECT DISTINCTROW T_Entry.EntryID, T_Entry.EntryPageID, T_Entry.EntryText, T_Entry.EntryUseFlag, T_Entry.EntryAddby, T_ValuesA.ValuesValue FROM T_Entry LEFT JOIN T_ValuesA ON T_Entry.EntryID = T_ValuesA.ValuesEntryID;
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Sat Jun 26 1999 - 08:15:57 CDT
![]() |
![]() |