Hi All, thanks for reading my post. I am using a Postgres 7.3 and I have a query that contains lots of empty values, not null really, white space (the php code isnt mine)
Anyway, Im trying to format a report and I want to concatenate commas between my case statements like so
select id||', '||...