Files
MBS/PROYECTOS/irdir/busca_m.sql
T

4 lines
75 B
SQL

select cod_mov,max(num_doc) from intb00006
where num_doc < 1000
group by 1