Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/09/2004, 08:03
Remhunter
 
Fecha de Ingreso: noviembre-2002
Mensajes: 37
Antigüedad: 21 años, 6 meses
Puntos: 0
por que no se crea la tabla??

ejecuto la siguiente sentencia en mysqlmyadmin:
Código PHP:
CREATE TABLE blog_noticias(

id INTNOT NULL AUTO_INCREMENT,
fecha DATE,
titulo varchar,
notice varchar

pero inexplicablemente me da el siguiente error:
"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 ' notice varchar )' at line 1"

por que pasa esto?