try this
I don't know why it worked in 8 an not worked in 9...
you can try this:
DECLARE
myvar BOOLEAN := FALSE;
c_True CONSTANT BOOLEAN := TRUE;
BEGIN
myvar := c_True;
END;
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |