7 lines
126 B
SQL
7 lines
126 B
SQL
SELECT
|
|
nro_reg,importe_total from
|
|
facturas where
|
|
tipo_doc_pago = '1' and
|
|
cod_banco = '43' and
|
|
f_emision_pago ='10/11/97'
|