What's the Maximum Value of smallint(6) unsigned in MySQL?
+4
A:
the maximum value of an unsigned smallint is 65535.
the (6) at the end has no effect on the allowed range of the column. it only affects the display of the column in the mysql cli.
longneck
2009-11-05 04:15:02