Search a string to find which records in table are inside said string

Posted by Improfane on Stack Overflow See other posts from Stack Overflow or by Improfane
Published on 2010-04-05T04:08:18Z Indexed on 2010/04/05 4:13 UTC
Read the original article Hit count: 273

Hello,

Say I have a string.

Then I have a number of unique tokens or keywords, potentially a large number in a database.

I want to search and find out which of these database strings are inside the string I provide (and get the IDs of them).

Is there a way of using a query to search the provided string or must it be taken to application space?

Am I right in thinking that this is not a 'full text search'? Would the best method be to insert it into the database to make it a full text search?

© Stack Overflow or respective owner

Related posts about sql

Related posts about postgresql