I have a string of keyword
eg, "stored,procedure,daily"
I have a table with a column "Keywords":
ID Keywords
---------------
1 stored,daily
2 procedure
3 daily
4 business, query
5 logic, daily
I want to be able to pull up rows with id 1,2,4 and 5 on matching the keyword string with the Keyword column of the table.
Any ideas on the best way to do it.
rsshetty.
It's always in the details.
eg, "stored,procedure,daily"
I have a table with a column "Keywords":
ID Keywords
---------------
1 stored,daily
2 procedure
3 daily
4 business, query
5 logic, daily
I want to be able to pull up rows with id 1,2,4 and 5 on matching the keyword string with the Keyword column of the table.
Any ideas on the best way to do it.
rsshetty.
It's always in the details.