Subject [firebird-support] what is it wrong in this query?
Author Codebue Fabio - P-Soft
what is it wrong in this query?


update ART
inner JOIN FRNA ON ART.CODICE = FRNA.codice
SET ART.frn_codice = FRNA.frn_codice

I can't make an update on some field using data from other table in this
way, isn't it?


fab10
.-----------------------------.