Hi there,
I am processing a table which has been populated over the years with invalid dates in the date fields - don't ask me how. Things like 9/31/2006 and stuff like that.
Does anybody know of a select statement that could return a list of the rows with bad dates?
Something like: select * from tablename where fieldname is BADDate()
Any ideas?
Thank you!
Joseph
I am processing a table which has been populated over the years with invalid dates in the date fields - don't ask me how. Things like 9/31/2006 and stuff like that.
Does anybody know of a select statement that could return a list of the rows with bad dates?
Something like: select * from tablename where fieldname is BADDate()
Any ideas?
Thank you!
Joseph