Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql conditonal
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>...Received on Fri Mar 27 1998 - 00:00:00 CST
> 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
>
![]() |
![]() |