MySQL Forums
Forum List  »  Newbie

Re: problem creating a table
Posted by: Baris Cicek
Date: July 31, 2005 04:21PM

When you use VARCHAR column type you should specify a length to it, like VARCHAR(10).

If you want 1 char column than use CHAR, which is equivalent of CHAR(1).

Options: ReplyQuote


Subject
Written By
Posted
July 31, 2005 04:10PM
Re: problem creating a table
July 31, 2005 04:21PM
July 31, 2005 04:45PM
July 31, 2005 07:04PM


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.