0

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

1 Answer 1

3

Per the Sybase online docs, the minimum value supported by the datetime type is January 1, 1753 00:00:00.000

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.