Answers for "mySql check if string end with number"

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 "mySql check if string end with number"

Code answers related to "SQL"

Browse Popular Code Answers by Language