translate a mysql query into nhibernate
Posted
by lina
on Stack Overflow
See other posts from Stack Overflow
or by lina
Published on 2010-06-09T11:44:00Z
Indexed on
2010/06/09
19:32 UTC
Read the original article
Hit count: 156
mysql
|nhibernate
Good day! Please, can you help me to translate such a mysql query into nhibernate
SELECT sales_id, service_id,dayofyear(dt), max(dt) FROM clients.statistics group by sales_id, service_id,dayofyear(dt);
© Stack Overflow or respective owner