I need to add everything that is in value;
This is my query
create procedure sp_DetalleDeduccionesEmpleado @inicio datetime, @final datetime, @emp int
as
select
ded.DedId,
sum(ded.DetDedEmpValor),
emp.EmpId
from Tbl_DetalleDeduccio...
asked by
27.10.2018 / 00:13