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!

convert string to number

406871Apr 30 2007 — edited May 1 2007
Hello
I want to convert a comma seperate string into a number in a where clause i.e
say:
enum varchar2(40);
enum='83152,100004455';
but in a query
select abc from t1
where empnum in enum;
but empnum is a number in a table;

Regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2007
Added on Apr 30 2007
24 comments
1,074 views