Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

like condition in pl/sql procedure

899280Mar 22 2012 — edited Mar 22 2012
I have a procedure with below if clause.

If user_name ='ABC' then

insert into ...........
...........

end if

I want to check if user_name like '%BC' then. How can I add like condition in this l'if' oop.

Please help
This post has been answered by Frank Kulash on Mar 22 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2012
Added on Mar 22 2012
6 comments
4,856 views