Tuesday, 3 November 2015

How to find numeric value in mysql

SELECT * FROM myTable WHERE concat('',col1 * 1) = col1

No comments:

Post a Comment