MySQL Forums
Forum List  »  General

Re: size of database field
Posted by: gemithy gemithy
Date: March 01, 2005 07:12PM

Thanks for replying hossein...
I saw in this website :
http://dev.mysql.com/doc/mysql/en/storage-requirements.html

longtext seems to store the longest data...
from this sentence:
LONGBLOB, LONGTEXT L+4 bytes, where L < 2^32

longtext store around 4294967300 bytes.
But does that mean it stores 4294967300 characters as well?

For any character what is the size of each char in the longtext?

Thanks a lot!!!

Options: ReplyQuote


Subject
Written By
Posted
February 23, 2005 06:55PM
February 27, 2005 09:54AM
Re: size of database field
March 01, 2005 07:12PM


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.