what is the max limit of mysql int 11? -


i read can specify max limit of int 11. why if in 4294967295 there 10 digits?

it "display width", not maximum storage size. means can take ten characters write digits , perhaps 1 character minus sign in negative case, 11 characters necessary write integer.

for more info, see:

http://waynewhitty.ie/blog-post.php?id=19

and

https://blogs.oracle.com/jsmyth/entry/what_does_the_11_mean


Comments