Select em 3 tabelas e update em 1 delas

#105959
Avatar de rmanrman
Participante

@cardoso_ph

Como assim ignorando?

Execute o SELECT:


select A.Item_Estoque from fat_movimento_capa C
where C.dta_entrada_saida between to_date('12/08/2013','dd/mm/yyyy')
and to_date('12/08/2013','dd/mm/yyyy')
and C.Status = 'F'
and C.revenda = 1
and C.NUMERO_NOTA_FISCAL = 31025
and C.Tipo_Transacao = 'P01'

Retornou algum resultado?

plugins premium WordPress