MySQL Forums
Forum List  »  Newbie

Re: understanding the create table a (a int(4)) command
Posted by: Rick James
Date: September 29, 2011 07:22AM

INT always takes 4 bytes; BIGINT always takes 8 bytes. See also MEDIUMINT (etc); it takes 3 bytes (etc).

Options: ReplyQuote


Subject
Written By
Posted
Re: understanding the create table a (a int(4)) command
September 29, 2011 07:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.