Wie man einen Notizer -Wert in SQL bekommt
'//Got it by using a regular expression
//works in mysql for sure'
SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$'
Delightful Dogfish