Hi,
So I am wondering if it is possible to add a newline to a column in a SQL report? For example I have 4 columns I am selecting. I want the first two columns to be on one line then have a <br> then the next two columns
to be on the next line. Is something like this possible?
I have tried things like
select column1, column2, '<br/>' || column3, column4
but that doesnt seem to work.
Any help would be appreciated
Thanks in advance!
Edited by: goochable on Jul 17, 2011 8:38 PM