Why does inserting '0001-01-01 00:00:01' to a DATETIME field cause an error ?
It's telling me :
Arithmetic overflow during implicit conversion of VARCHAR value '0001-01-01 00:00:01' to a DATETIME field . SQLState: ZZZZZ ErrorCode: 247
Isn't this a semantic analysis of my request ?
Thanks