Subject Re: [firebird-support] what is it wrong in this query?
Author Dennis McFall
At 08:35 AM 11/26/2008, you wrote:

>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
>.-----------------------------.
>
>You are right: You cannot update joined tables.


./dm