Group by without SQL-Statement
Posted: Thu Jul 12, 2012 8:00 am
Hello Guys
I have the following situation:
TABLE_1 with the columns: OBJECTID, FUNCTION, LENGTH
Now i need to sum-up the LENGTH grouped by the FUNCTION. I can do this with a SQL statement like that:
select sum(LENGTH), FUNCTION from TABLE_1 group by FUNCTION.
But is there a possibility to do this with the tools from Stimulsoft and without a SQL statement?
Thanks for your help!
mocoeg
I have the following situation:
TABLE_1 with the columns: OBJECTID, FUNCTION, LENGTH
Now i need to sum-up the LENGTH grouped by the FUNCTION. I can do this with a SQL statement like that:
select sum(LENGTH), FUNCTION from TABLE_1 group by FUNCTION.
But is there a possibility to do this with the tools from Stimulsoft and without a SQL statement?
Thanks for your help!
mocoeg