mysql où la colonne n'est pas entière
'//Got it by using a regular expression
//works in mysql for sure'
SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$'
Delightful Dogfish