5
Reply

what is the use of like query?

prisilla jayaraj

prisilla jayaraj

Feb 25 2011 10:00 AM
9.7k
select count(*) from  query where queryname like '%" + query + "%'"
please explain what is the use of this code?

'%" + query + "%'" so this query is the particular word to searched for matching

Answers (5)