Comment obtenir une valeur non entière dans SQL

'//Got it by using a regular expression
//works in mysql for sure'

SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$' 
Delightful Dogfish