I would not know how to convert this select into linq or lambda. Mainly the group by and subqueries.
select CONVERT(date, tt.FechaHora)
,(select MAX(p.FechaHora) from Transaccion p where CONVERT(date, tT.FechaHora)= CONVERT(date, p.FechaHor...
asked by
04.09.2018 / 15:04