Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/12/2009, 07:57
SeaPirates
 
Fecha de Ingreso: enero-2009
Ubicación: España
Mensajes: 786
Antigüedad: 16 años
Puntos: 9
Problema con sql

Tengo este sql

Código:
ALTER TABLE `uni1_alliance` ADD `allykasse_metall` BIGINT( 60 ) NOT NULL ,
ADD `allykasse_kristall` BIGINT( 60 ) NOT NULL ,
ADD `allykasse_deuterium` BIGINT( 60 ) NOT NULL ;

pero me tira:

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 '' at line 1
SELECT * FROM uni1_users WHERE ally_id =

que esta mal?