Re: create table mystery / misserry
Posted by: Pieter Huiberts
Date: August 10, 2011 07:22AM

my apologies, for got to mention statement 3, which works fine

drop table if exists rev_cdmrp.meetingsX;
create table rev_cdmrp.meetingsX (
t1 int(11) AUTO_INCREMENT NOT NULL
, t2 varchar(200) not null default 'ss'
,PRIMARY KEY(t1)
)ENGINE=InnoDB;

Options: ReplyQuote


Subject
Written By
Posted
Re: create table mystery / misserry
August 10, 2011 07:22AM


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.