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!

Search multiple columns for a wildcard text

user5108636Nov 24 2020 — edited Nov 24 2020

In a SQL query, I want to search multiple columns for a wildcard text. eg: in the employee table search Emp_name, job_title, email_address columns for wildcard entry 'en'. Please advise. Have seen such implementations in the Oracle APEX search queries. Can anyone provide an efficient way to do it with an example.

Comments
Post Details
Added on Nov 24 2020
3 comments
2,313 views