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