mysql onde coluna não inteira
'//Got it by using a regular expression
//works in mysql for sure'
SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$'
Delightful Dogfish