Hello

I am learning NHibernate and so came across a technical problem. I
have a table like below

ID,
UserId,
Date,
HoursWorked

I want to get the top 20 Users based on the sum of hours they worked.
So the result i want should be like below.

UserId,Sum(HoursWorked)

001,500
003,480,
008,450

Please suggest how can i get result like this.

Thanks in advance.

Dinesh

Reply via email to