outubro 7, 2013 às 3:43 pm
#105959
Participante
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?