MySQL Forums
Forum List  »  Newbie

Re: IMPORT TABLE INTO MySQL
Posted by: Jason Kapalczynski
Date: April 21, 2009 07:53AM

I tried this:

CREATE TABLE TEST (
id INT NOT NULL AUTO_INCREMENT,
Name char(35) NOT NULL,
);

And at the bottom of the Query Browser I ge this error:

"Unknown table 'test' in information_schema

Options: ReplyQuote


Subject
Written By
Posted
April 20, 2009 10:52AM
April 20, 2009 02:56PM
Re: IMPORT TABLE INTO MySQL
April 21, 2009 07:53AM
April 21, 2009 09:39AM
April 21, 2009 08:04AM
April 21, 2009 07:59AM


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.