Hi everyone..
I have a tblEmployee table with Eid,Ename,Salary,Did columns.
I want to get Ename that contains 'S'.
I have used a query i.e SELECT * from tblEmployee where Ename like '%S%'
In an interview they asked me to do it without like operator.
Can anyone please tell me, how to do it??

Vishal JadavPosted Aug 3, 2016, 6:11 AM
Sanjeev KumarPosted Aug 3, 2016, 5:55 AM
Midhun TpPosted Jul 30, 2016, 12:37 AM
Nitin SontakkePosted Jul 29, 2016, 12:21 PM