Hi James,
You can also, instead of just a fieldname, specify an expression as a group.
Suppose you want split just by the first digit of the salary, you could
first convert to varchar and then take the first character as the grouping
expression.
You can also use case statements, so any group split-up should be possible.
Regards,
Rob
> I have a query that results in the following data
>
[quoted text clipped - 24 lines]
>
> James