Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/05/2010, 19:19
luzluz
 
Fecha de Ingreso: mayo-2010
Mensajes: 2
Antigüedad: 14 años, 6 meses
Puntos: 0
Por favor ayudA

Tengo el siguiente error, por favor quien me puede indicar que pas ??

CREATE TABLE materia(
mat_codigo VARCHAR( 6 ) ,
are_codigo VARCHAR( 6 ) ,
mat_nombre VARCHAR( 30 ) ,
INDEX are_ind( are_codigo ) ,
FOREIGN KEY ( are_codigo ) REFERENCES area( are_codigo ) ON DELETE CASCADE

MySQL ha dicho: Documentación
#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 'area(are_codigo)
ON DELETE CASCADE' at line 7