MySQL Forums
Forum List  »  General

Re: Text(1024)
Posted by: laptop alias
Date: April 03, 2011 08:21AM

So why not use VARCHAR(1024)?

Note, you may want to limit the input on the client side too, so the end-user knows to restrict descriptions to 1024 'characters' (actually bytes)

http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html

Options: ReplyQuote


Subject
Written By
Posted
April 03, 2011 02:54AM
April 03, 2011 08:06AM
April 03, 2011 08:10AM
Re: Text(1024)
April 03, 2011 08:21AM
April 03, 2011 08:25AM
April 03, 2011 05:21PM
April 03, 2011 05:30PM
April 03, 2011 07:45PM
April 03, 2011 08:00PM
April 03, 2011 09:04PM
April 03, 2011 09:17PM
April 03, 2011 10:29PM
April 04, 2011 02:23AM
April 04, 2011 02:28AM
April 04, 2011 02:42AM


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.