PRB: "ORA-00923" Oracle Error when Executing or Verifying QueryLast reviewed: December 11, 1997Article ID: Q166892 |
The information in this article applies to:
SYMPTOMSThe following error occurs when executing a query against an Oracle 7.0 database:
ORA-00923: FROM keyword not found where expectedThe error occurs when the query is of the following form:
Select *, columnname From Table CAUSEThe query is not a valid query, Oracle allows an asterisk (*) or a column list in the project list, not both.
RESOLUTIONUse a column list or the asterisk, but not both.
STATUSThis behavior is by design.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : kbDtQDesigner kbinterop kbtool Version : 1.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |