martes, 3 de junio de 2014

Concatenate in a String SQL rows

Ok for this just select the table like this:

SELECT ColumnName||','||ColumnName||','||ColumnName||','||ColumnName||','||ColumnName||','||ColumnName||','||ColumnName FROM tableName;


No hay comentarios: