I have the following query that I do in SQL Server
select distinct f200_razon_social, f200_nit, f253_id AS Numero_auxiliar,
f253_descripcion AS Auxiliar,
SUM(f353_total_db - f353_total_cr) as TOTAL
from t350_co_docto_contable
INNER JOIN t200_...
asked by
06.09.2018 / 19:09