Hi,
Is there anything wrong with the code i use to create the table? Cause I can't select the table! Produces an error. ( I can connect to database successfully ).
Thank you for your help.
Code:CREATE TABLE Accounts ( Username varchar(10) NOT NULL, Password varchar(8) NOT NULL, Name varchar(15) NOT NULL, Country varchar(15) NOT NULL, Age int(11) DEFAULT '0' NOT NULL, Date date DEFAULT '0000-00-00' NOT NULL, PRIMARY KEY (Username) );









Bookmarks