Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/01/2012, 20:00
ikzer
 
Fecha de Ingreso: diciembre-2010
Ubicación: Asturias
Mensajes: 5
Antigüedad: 14 años, 1 mes
Puntos: 0
Problema básico sintaxis MySQL

Estoy haciendo unas pruebas con unas tablas muy sencillas (datos basicos de un album de musica), y me he encontrado con un error de sintaxis que no veo.
El error dice:
Cita:
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 'release, tracks, length) VALUES ('Gaia', 1, 1, '2003-09-08', 12, '72:75')' at line 1
Y la query es:
Cita:
INSERT INTO music_album (title, type, artist, release, tracks, length) VALUES ('Gaia', 1, 1, '2003-09-08', 12, '72:75')
¿Veis cuál puede ser el error? Porque no lo entiendo.

Gracias de antemano.