Re: pl/sql conditional problem
From: Adrian Klingel <klingela_at_nospam.nt.com>
Date: 1998/03/27
Message-ID: <351BBC61.421D321E_at_nospam.nt.com>#1/1
Date: 1998/03/27
Message-ID: <351BBC61.421D321E_at_nospam.nt.com>#1/1
Martin,
Try single quotes.
Adrian
Martin Meadows wrote:
> 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 CET
