Tema: Error 1064
Ver Mensaje Individual
Antiguo 17-mar-2008, 12:58   #1 (permalink)
mytwm
mytwm ha deshabilitado el karma
 
Fecha de Ingreso: abril-2007
Mensajes: 55
Error 1064

Hola, quiero crear esta tabla:

create table tabla (
table varchar(40) not null,
title varchar(40) not null,
domain varchar(100) not null,
size int(40) not null,
primary key (table)
)

y me devuelve este error:

MySQL ha dicho:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'table varchar(40) not null,
title varchar(40) not null,
domain

que estoy haciendo mal???
Gracias!
mytwm está desconectado   Responder Citando