Answers for "mysql where column not integer"

SQL
1

mysql where column not integer

'//Got it by using a regular expression
//works in mysql for sure'

SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$'
Posted by: Guest on March-28-2022

Code answers related to "mysql where column not integer"

Code answers related to "SQL"

Browse Popular Code Answers by Language