Is there a way to detect if a value is a number in a MySQL query? Such as

SELECT * 
FROM myTable 
WHERE isANumber(col1) = true

15 Answers
15

Leave a Reply

Your email address will not be published. Required fields are marked *