select * from student where name like '%a%'
SELECT * FROM student WHERE CONTAINS(name, "a")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)