MySQL Forums
Forum List  »  InnoDB

Re: problem creating a table
Posted by: gabriel ang
Date: July 09, 2005 11:13PM

create table bank
(acctholder varchar(10), firstname varchar(20),
lastname varchar(20), address1 varchar(30), address2 varchar(30),
address3 varchar(30), zipcode number(5));

try this

Options: ReplyQuote


Subject
Views
Written By
Posted
2993
July 07, 2005 02:48PM
2317
July 07, 2005 06:00PM
Re: problem creating a table
1920
July 09, 2005 11:13PM


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.