Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/11/2003, 09:20
Snaug
 
Fecha de Ingreso: septiembre-2003
Mensajes: 14
Antigüedad: 20 años, 7 meses
Puntos: 0
Muchas gracias. Pero lo que me da es error; a ver, esto está mal??


create table Compra (
CompraID bigint (20) NOT NULL auto_increment,
UsuarioID bigint (20) NOT NULL auto_increment,
ProductoID bigint (20) NOT NULL auto_increment,
PRIMARY KEY (UsuarioID)
);

UsuarioID y ProductoID deben ser de otro tipo??

Muchas gracias por todo. Un saludo