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!

Complete text search from comma separated column

User_H7I9VApr 24 2018 — edited Apr 25 2018

Dear ALL,

I have a requirement on sql query.

Below is my employee table has record id,each employee short id(group_shortname) ,dept no and full name of each employee group short name.

pastedImage_0.png

how can i write this query, when i will pass any one group_shortname, it should search from the comma separated field of group_shortname in the where condition.

select * from employee where group_shortname ='sm12343';

Thanks in advance.

This post has been answered by Frank Kulash on Apr 24 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2018
Added on Apr 24 2018
5 comments
1,315 views