5
Answers

what is the use of like query?

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)