Santhosh

Santhosh

  • NA
  • 300
  • 136.6k

get records Without like operator

Jul 29 2016 9:44 AM

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??


Answers (4)