Hi,

I defined a field as INT type but when I checked in phpMyAdmin, it showed
INT(11). Still I cannot enter higher 2147483647 (signed int) in this field.
Does 11 mean that MySQL needs 11 bytes to keep it?  I changed the length to
2 (for example) but still I could save higher values such as 999 in it!!!
What does length mean in INT(length)?

Thanks in advance


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to