MySQL + RegEx
Si necesitas validar cuando un campo (idLang) es carácter puedes usar la siguiente expresión regular:
SELECT idLang, name FROM users
WHERE idLang REGEXP '[A-Z]'
ORDER BY id ASC
Written by Yesi D
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mysql
Authors
Related Tags
#mysql
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#