Buenos días,
estoy intentando crea una tabla en phpMyAdmin, y me aparecer el siguiente error: "#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 '{ id_pregunta INT(11) NOT NULL AUTO_INCREMENT, bloque INT(4), pregunta VARC' at line 1".
La sentencia que he utilizado es:
"CREATE TABLE preguntas{
id_pregunta INT(11) NOT NULL AUTO_INCREMENT,
bloque INT(4),
pregunta VARCHAR(255),
PRIMARY KEY (id_pregunta)
}TYPE=INNODB;"
No consigo encontrar el erro. ¿Podríais ayudarme? Muchas gracias.