MySQL Forums
Forum List  »  Newbie

Re: SQL Table Error
Posted by: Arie Nagel
Date: August 17, 2005 03:36PM

You can't specify the length of the blob so just use:

`Quote` BLOB NOT NULL,

Or use one of the other blob types:

TINYBLOB, MEDIUMBLOB, and LONGBLOB

Options: ReplyQuote


Subject
Written By
Posted
August 17, 2005 02:28PM
Re: SQL Table Error
August 17, 2005 03:36PM


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.