I have the following query :
- SELECT * FROM Employee
- WHERE FullName LIKE '%James Martin%'
- SELECT * FROM Employe
- WHERE FullName = 'James Martin'
I want to know the difference between LIKE and =
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amira BedhiafiPosted Apr 15, 2021, 12:54 PM
Guest UserPosted Apr 15, 2021, 12:47 PM