I want to control which records have no date format. I used isdate for this but i get a syntax error.
Does anyone know how I can check whether data records have been saved correctly as dates.
select ISDATE(EINBAUJAHR) as Datum from GAS_ARMATUR;
I got an error message that the argument is invalid.