Just got a little question
when a column got the Datatype Number(6,3)
will this work?
1234
1234.23
12345
123456
btw google didnt help me :/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, this won’t.
NUMBER(6, 3)accepts6digits at all with3being after the decimal period.This gives us only
3digits possible before the period, and, hence, maximal value possible to store is999.999