Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Will SQL charset wildcard query work on Oracle database? [closed]

$
0
0

I am trying to run the following query

SELECT * FROM GEEKYBRAINS.admin_emp where ename like '[sm]%';

It results in an empty set.

The admin_emp table has the following data though.

enter image description here

I am running this on Oracle database. Will the charset wildcard search work with Oracle database ?


Viewing all articles
Browse latest Browse all 717

Trending Articles