Untitled

 avatar
unknown
plain_text
10 months ago
476 B
4
Indexable
select *
from ge_atualizacao a
order by a.dtaultatualizacao desc; -- 23.07.050 WCABRAL 22/06/2024 23:16:02


select a.apporigem,
a.*
from mlf_notafiscal a
where a.numeronf = 50860
and a.seqpessoa = 15135; -- nada

-- consulta nf
select a.apporigem,
a.numerodf,
a.seriedf,
a.seqpessoa,
a.codgeraloper,
a.nroempresa,
a.dtahoremissao,
a.*
from mfl_doctofiscal a
where a.numerodf = 50860
and a.seriedf = '205'
and a.seqpessoa = 15135
and a.nroempresa = 16;
Editor is loading...
Leave a Comment