i want data from table like
A B
- -
1 a
2 b
3 b
in this result form
A B
--- -
1 a
2,3 b
but i use hypersonic in version 1.8 and can't find "for xml"-clause.
Any solutions without "for xml" like Comma separated values in one column - SQL SERVER?