Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql conditonal

Re: pl/sql conditonal

From: Andrew Barnett <nobody_at_spamandeggs.bp.com>
Date: 1998/03/27
Message-ID: <01bd5936$1810c460$8c0564a1@azmelw1358.mel.az.bp.com>#1/1

you need single quotes, not double

-- 
Andrew - Wizzard

barnetaj_at_bp.com

Martin Meadows <mmeadows_at_indy.net> wrote in article
<351B103C.17B4_at_indy.net>...

> Who knows why the following won't compile in sqlforms30:
>
> if :hlpchk = "X" then
> show_page(2);
> else
> raise other;
> end if;
>
> The error msg indicates that "X" is an undeclared identifier. I thought
> that it was a string!
>
> Martin Meadows
>
Received on Fri Mar 27 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US