in reply to Value of a query is returning without any delimiter
The syntax is not really nice and I would tend prefer to reformat with Perl, but it works and can be useful at least for simple queries.select CUSTOMER||';'||STATUS||';'||ID from ... where ...
Update: Removed the delimiter after the last column.
|
|---|