Cita:
he echo varias modificaciones con los parentecis, los quite a los dos, quite uno, los separe, los junte y sigue diciendo que hay error de sintaxis. consulta SQL :
CREATE TABLE BANNER_STATS_TABLE(
banner_id MEDIUMINT( 8 ) UNSIGNED NOT NULL ,
click_date int( 11 ) NOT NULL ,
click_ip char( 8 ) NOT NULL ,
click_user MEDIUMINT( 8 ) NOT NULL ,
user_duration int( 11 ) NOT NULL ,
)) ;
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 ') )' at line 6
CREATE TABLE BANNER_STATS_TABLE(
banner_id MEDIUMINT( 8 ) UNSIGNED NOT NULL ,
click_date int( 11 ) NOT NULL ,
click_ip char( 8 ) NOT NULL ,
click_user MEDIUMINT( 8 ) NOT NULL ,
user_duration int( 11 ) NOT NULL ,
)) ;
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 ') )' at line 6
Puede alguien decirme cual es el problema? Gracias por adelantado