Subject | [firebird-support] what is it wrong in this query? |
---|---|
Author | Codebue Fabio - P-Soft |
Post date | 2008-11-26T14:35:43Z |
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
.-----------------------------.
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
.-----------------------------.