SQL Mulitple Rows Questions

1

How do I combine multiple rows into one row?
I have a table Col1 Col2 Col3 Col4 Col5 —– —— —— —– —— 1 abc NULL NULL NULL 1 NULL def NULL NULL 1 NULL NULL ghi NULL 1 NULL NULL NULL jkl I want: Col1 Col2 Col3 Col4 Col5 —– —— —— —– —— 1 abc def ghi jkl At first I thougt [...]

Answer Question   |  February 19, 2009  11:37 PM
SQL Mulitple Rows
asked by:
35 pts.

1