So I found out that the length column says “Length” is 4, and precision is 10 :
Col. name: SurveyNumber
type : int
computed: no
Length: 4
Precision: 10
And it has numbers like 19350 in it. Why is length called 4 and it has 5-digit numbers:?
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.
4 byte !
its not a 4 digits.
4 byte = 4*8 = 32 bits.
so it can hold 2^32-1 value number
( if you have a negative number so its half value – symetric (-1) to the zero. – cause zero also counts.)