I would like to turn a normalised table in to an unnormalised table in the simplest possible mannor...
I have:
col1 col2
----------
A 1
A 2
A 3
and would like to output in one line:
A 1 2 3
Would like this in MSAccess97 but am open to other sql tools.
Regards,
Brent
I have:
col1 col2
----------
A 1
A 2
A 3
and would like to output in one line:
A 1 2 3
Would like this in MSAccess97 but am open to other sql tools.
Regards,
Brent