5
Answers

what is the use of like query?

prisilla jayaraj

prisilla jayaraj

13y
9.7k
1
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)