delete con inner join Buen dia.
Sera que me pueden decir por que no me funciona esta instruccion sql?
delete from tbllogrosxgrado
inner join tbllogros on tbllogrosxgrado.id_logro=tbllogros.id_logro
where identificacion='1036606448'
ya llevo tiempo usando el inner join, pero es la primera vez que lo empleo en un delete y no me ha querido funcionar.
me dice esto:
#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 'inner join tbllogros on tbllogrosxgrado.id_logro=tbllogros.id_logro where ident' at line 2
Les agradezco de antemano por su atencion. |