sql server - Converting SQL with group by and having to linq -


i have sql server query need convert linq, me?

select      count(*) cuantas,     v.idlote,      right(m.numtarj, 6) term,      max(m.fechamovimiento) ultimadisp,      m.numcta, m.nombretarj, m.limitecredito, m.disposicionatm      validacion v  join      movimientos m on m.numerotarjeta = v.numerotarjeta      v.fechaenviocredencial not null group        v.idlote, right(m.numtarj, 6), m.numcta, m.nombretarj, m.limcred, m.dispatm having       count(*) >1 

thanks in advance!

try convert sql query linq using linqer or linqpad


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -