I found some info in this forum but I don't understand yet.
If precision indicates the maximum number of digits the variable can contain, then I don't understand why the datatype used for this variable in a stored procedure = varchar(30).
I do understand that length = 4 means that the value will be stored in 4 bytes.
Thanks for any clarification, as always, and have a great day!
If precision indicates the maximum number of digits the variable can contain, then I don't understand why the datatype used for this variable in a stored procedure = varchar(30).
I do understand that length = 4 means that the value will be stored in 4 bytes.
Thanks for any clarification, as always, and have a great day!