SQL Need a query that returns every field that contains a specified letter -


I have a SQL table with 11000 keywords.

I need a query that can find a field that contains a fixed letter.

So if I include the query "a" and "b" then all the fields will be selected which will have the letter "a" and "b" in the field.

  from the selection table * where the keyword '% a%' and '% b%' Like the keyword  

ps it would be super slow you might want to check the full text indexing solution.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -