Hello. I am trying to use group by feature of your grid. My database has a millions of rows so I want to let the SQL server to count the grouping. Thus my sql should looks like that:
select something from something GROUP BY something. (group by expression is included directly in a sql query)
I dont want to let your grid to count the groups aggregates.
Is it possible?
All your examples I have found are about "select columns from table" and group by expressions are declared elsewhere.
Thank you very much.
Tomas
select something from something GROUP BY something. (group by expression is included directly in a sql query)
I dont want to let your grid to count the groups aggregates.
Is it possible?
All your examples I have found are about "select columns from table" and group by expressions are declared elsewhere.
Thank you very much.
Tomas