I have the following query:
SELECT ID,PLACA,SUM(GALONES) AS GALONES,SUM(MONTO) as MONTO,MONTH(FECHA1) MES,YEAR(FECHA2) AÑO
FROM [db_stransportacion].[dbo].[v_combustible_Asignado] c
INNER JOIN [db_stransportacion].[dbo].[t_Vehiculo] v ON c.ID=...
asked by
09.03.2018 / 16:34