Here’s a sample of what I have in mind. When you query tbl with the aggregation function you should be this Result
Tally Agregation function
Table: tbl
Tag length
abc 8
cde 8
fgh 10
SQL:
SELECT aggTally(Tag, Length) FROM tbl
Result:
2/8
1/10
I am very new to C#, so How do I create this, and have the dll for use?