sql - Checking rows that are not numbers in a varchar column for MySQL Query -
in perfect world type of setup, have integer column expects numbers;
but if have varchar column , want add where clause said this:
where <value> not number
in essence, selecting rows contain characters not numbers.
this mysql.
Comments
Post a Comment