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!

check the field contains alphabets or - or alphanumeric

796062Oct 26 2010 — edited Oct 26 2010
I have a cursor which returns one filed data into the result.

I have to check whether the data contains '-'(hyphan) then want to assign something else

if the data contains alphabetics then want to assign something
else want to assigh something.


ex: Cursor cur_test select field1 from table1.

Please help.

thanks!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2010
Added on Oct 26 2010
1 comment
1,393 views