Hi,
The support for the stand alone function is not provided.
Instead you can write the three query as
SELECT LENGTH ('length in char') INTO v_LENGTH FROM DUMMY;
Hope this will help.
Regards ,
Pratik Doshi
Hi,
The support for the stand alone function is not provided.
Instead you can write the three query as
SELECT LENGTH ('length in char') INTO v_LENGTH FROM DUMMY;
Hope this will help.
Regards ,
Pratik Doshi