SQL like conditions

Posted by garpunkal on Stack Overflow See other posts from Stack Overflow or by garpunkal
Published on 2010-06-10T09:09:12Z Indexed on 2010/06/10 9:12 UTC
Read the original article Hit count: 155

Filed under:

Hi,

What does this mean within my like statement?

LIKE '%[ .,!?]' + keyword + '[ .,!?]%'

I'm trying to get something, that will match for whole words

© Stack Overflow or respective owner

Related posts about sql