heyinlangley
Programmer
I have a normalized table as follows:
Store Userid
3 bob
3 jim
3 joe
4 bob
4 sally
and would like to build a view on top that transforms the data to:
store userstring
3 bob,jim,joe
4 bob,sally
We're also using IBM UDB 8.2. Does anyone have any ideas?
thanks
Store Userid
3 bob
3 jim
3 joe
4 bob
4 sally
and would like to build a view on top that transforms the data to:
store userstring
3 bob,jim,joe
4 bob,sally
We're also using IBM UDB 8.2. Does anyone have any ideas?
thanks