M
mscertified
I have a table of keywords with 3 columns T1, T2 and T3. The table has approx
250 rows.
I need to check the contents of a memo field to list all keywords found in
the text.
I only need to check complete words (bounded by spaces or punctuation
characters). I could do an INSTR 750 times which is likely to be quite slow.
Or maybe if I loaded every word in the memo field to a temp table and did
some kind of join?
Any ideas?
250 rows.
I need to check the contents of a memo field to list all keywords found in
the text.
I only need to check complete words (bounded by spaces or punctuation
characters). I could do an INSTR 750 times which is likely to be quite slow.
Or maybe if I loaded every word in the memo field to a temp table and did
some kind of join?
Any ideas?