I cant understand the difference between int(1) and int(8), because int(1) can have 999.9999 too.
If so, where is the difference? Does the length modifier on the INT datatype influence the range of values that can be stored? For example, can a six digit number be stored in an INT(1) column?