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.
I am running this on Oracle database. Will the charset wildcard search work with Oracle database ?