4 lines
143 B
SQL
4 lines
143 B
SQL
select fecha_orig,num_doc,aplica_a,valor,monto_desc from cctb00001
|
|
where tipo_cliente = 13 and sec_cliente = 2 and status_T is null
|
|
order by 3
|