MySQL Forums
Forum List  »  Newbie

Re: help with a script
Posted by: Joakim Abrahamsson
Date: July 16, 2012 09:45AM

the sql statement

create table accounts (id int not null auto_increment primary key) ;

that is the only line that is working so far.

using the syntax from that for the next line:

(username varchar(30) not null)

creates a syntax error on the username in the statement.

/Joakim

Options: ReplyQuote


Subject
Written By
Posted
July 13, 2012 08:50AM
July 13, 2012 09:31AM
July 16, 2012 07:18AM
July 16, 2012 07:52AM
July 16, 2012 09:41AM
Re: help with a script
July 16, 2012 09:45AM
July 16, 2012 09:56AM


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.