I can use some help with a sql INSERT.
words_table contains productid word product table contains productid description
I'd like to create a row in words_table that contains the productid and the word "foundit" for each row in product table WHERE description LIKE '%keyword%'.
and I'm not sure how to do it.
Thanks