3 September 2013

how to use like operator in sql query

SELECT * FROM students WHERE name LIKE '%a%';

No comments:

Post a Comment