Answers for ""how to check not digit in mysql""

SQL
1

mysql check string don't have number

SELECT * FROM table WHERE tag REGEXP '[0-9]'
Posted by: Guest on June-16-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language