I am retrieving 5 rows from a table in a DB2 database and while I issue the SELECT I wish to have the data come in this format:

<Row1Col1>,<Row 1Col2>,<Row1Col 3>,<Row1Col4>,< Row1Col5>
<Row2Col1>,<Row 2Col2>,<Row2Col 3>,<Row2Col4>,< Row2Col5>
............... ............... ..
.
.
.
.

Is there anyway I can do this with SELECT?...