MySQL Forums
Forum List  »  General

Re: Unexpected table creation results
Posted by: Peter Brawley
Date: March 25, 2014 03:33PM

> I dont understand why a field specified in the create statement as a 'bigint' is instantiated as a 20 element array of bigints in the database

?! How did you conclude bigint(20) indicates a 20-element array?

Consider reading the "Numeric Types" section in the "Data Types" chapter of the MySQL manual.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unexpected table creation results
March 25, 2014 03:33PM


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.