Estoy trabajando en la creacion de una tabla pero al introducir esta sintaxis me arojja el siguiente mensaje de error:
active CHAR(1) NOT NULL DEFAULT '1')ENGINE=MyISAM DEFAULT CHARSET=latin1;
Mensaje de error:
ERROR 1064 (42000): 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 'active CHAR(1) NOT NULL DEFAULT '1')ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 1
Por favor, necesito ayuda.