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
Showing posts with label contain. Show all posts
Showing posts with label contain. Show all posts
Subscribe to:
Posts (Atom)