+ 2

what is use of like in SQL

17th Oct 2016, 9:59 AM
Ganpat patel
Ganpat patel - avatar
2 odpowiedzi
+ 2
You can use "LIKE" Operator to find similar results for the Word you have entered, OR you can fetch results from database containing the Word you entered. Ex., SELECT * FROM Customers WHERE Country NOT LIKE '%land%';
17th Oct 2016, 10:10 AM
Chirag Dave
Chirag Dave - avatar
0
Remember to use the % sign. (note to self:))
21st Oct 2016, 8:13 AM
Abid Riaz
Abid Riaz - avatar