hey
when declaring constants, could you use the LIKE function. If I am not entirely sure what the constant should contain.
so as an example:
LType varchar2(10) := 'Example';
could this be changed to LType varchar2(10) LIKE 'Example'
CheersI think it is not possible
Declare it as it is and use left or mid function for further validations
No comments:
Post a Comment