I have this query
select COUNT(*) from Table 1
where Keywords like '%acetone%'
I want to use the loop for taking input from table 2 instead of giving input word by word '%acetone%', and can do it for all record so want to use loop for all records. The result should be stored in the Table 2 column with the respective search.
Thanks and regards
Dua