MYSQL: Pull Only Words with Minimum Character length

Posted by elmaso on Stack Overflow See other posts from Stack Overflow or by elmaso
Published on 2010-04-04T22:21:17Z Indexed on 2010/04/04 22:33 UTC
Read the original article Hit count: 231

Filed under:
|

Hi, how can I pull only words with maximum 50 Characters from MYSQL?

$query = "SELECT * FROM example ORDER BY ID DESC LIMIT 200"; 

© Stack Overflow or respective owner

Related posts about mysql

Related posts about select