* Ben Clewett
> I was trying to create a table named 'con' on version 3.23.52-max-nt and
> found my request was ignored:
>
> mysql>
>create table if not exists con (
> code integer unsigned not null auto_increment primary key,
> ...
> ...
>) type=innodb;
> Query OK, 0 rows af
MySql,
I was trying to create a table named 'con' on version 3.23.52-max-nt and
found my request was ignored:
mysql>
create table if not exists con (
code integer unsigned not null auto_increment primary key,
...
...
) type=innodb;
Query OK, 0 rows affected (0.00 sec)
A 'show ta