Oracle SQL: how do I list the fields if it\'s not a date?
select colA, colB, ColC, ColD from table where not isdate(ColC)
But it\'s giving me errors, I\'m not sure