Combining IN AND LIKE operators

Posted by Luca Romagnoli on Stack Overflow See other posts from Stack Overflow or by Luca Romagnoli
Published on 2010-03-22T23:15:36Z Indexed on 2010/03/22 23:21 UTC
Read the original article Hit count: 265

Filed under:

Is there any method to do this:

SELECT * FROM `cores` WHERE superkinds IN ('%altro%', '%feste%')

Thanks

© Stack Overflow or respective owner

Related posts about mysql