[firebase-br] Não consigo fazer Update com INNER JOIN ?

Phantom - Spirit of Storm. apadilha em mps.com.br
Seg Jan 21 14:05:43 -03 2008


tente assim:

--------------------------------
Update SALDONOTAFISCAL
set
SALDONF        = 0,
SALDOPARCELA   = 0,
SALDODESCONTO  = 0,
SALDODEVOLUCAO = 0,
SALDOTOTAL = 0
from SALDONOTAFISCAL SNF
INNER JOIN CONTAPAGARNF CP
ON (SNF.NUMERONF      = CP.NUMERONF
and SNF.LANCAMENTO    = CP.LANCAMENTO
and SNF.CONTAREDUZIDA = CP.CONTACONTABIL
and CP.ZERADO IS NULL)
--------------------------------

phantom
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 21 Jan 2008 08:30:18 -0300
> From: Chico <chico em auditecmatao.com.br>
> Subject: [firebase-br] Não consigo fazer Update com INNER JOIN ?
> To: IB/FB <lista em firebase.com.br>
> Message-ID: <4794824A.2020102 em auditecmatao.com.br>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Pessoal, estou fazendo:
>
> Update SALDONOTAFISCAL SNF
> INNER JOIN CONTAPAGARNF CP ON (SNF.NUMERONF      = CP.NUMERONF and
>                                SNF.LANCAMENTO    = CP.LANCAMENTO and
>                                SNF.CONTAREDUZIDA = CP.CONTACONTABIL)
> set
> SNF.SALDONF        = 0,
> SNF.SALDOPARCELA   = 0,
> SNF.SALDODESCONTO  = 0,
> SNF.SALDODEVOLUCAO = 0,
> SNF.SALDOTOTAL = 0
> Where (CP.ZERADO IS NULL)
>
> Ele não deixa, não é possivel fazer update com INNER JOIN ?
>   




Mais detalhes sobre a lista de discussão lista