Thank you very much for your quick response, of course it works like that.
have a nice day!
User Profile
Collapse
-
how to add/merge varchar2s(Strings) in PL/SQL
hi guys I need some very basic advise.
I've looked in the web but I can't find the information anywhere, but I am sure that it must be an easy task.
lets suppose i have three varchchar2
Code:num Number := 2; a varchar2 :='how do I '; b varchar2 := toChar(num); c varchar2 :' that';
Code:d varChar = ' how do I 2 that';
No activity results to display
Show More
Leave a comment: