Re: PL/SQL -- huh?

From: Steve Leung <chleung_at_hkstar.com>
Date: 1995/09/19
Message-ID: <43mqs0$bsn_at_bull.hkstar.net>#1/1


>That's funny, I get:
>SELECT "Output String" FROM DUAL;
> *
>ERROR at line 4:
>ORA-06550: line 4, column 24:
>PLS-00103: Encountered the symbol "FROM" when expecting one of the following:
>. ( , * _at_ % & - + / mod rem <an identifier>
><a double-quoted string> an exponent (**) into ||
>Resuming parse at line 4, column 33.
>
>

There is a syntax error in the statement, a single quote should be used instead of double quote

i.e select 'Output String' From dual;

Steve Leung Received on Tue Sep 19 1995 - 00:00:00 CEST

Original text of this message