in reply to Re^2: parse array to replace specific spaces with pipes
in thread parse array to replace specific spaces with pipes
SELECT id + '|' + FirstName + '|' + Surname FROM some_table WHERE ....
Otherwise, IIRC, you need to issue a set command (to set the column separator) prior to running the query - RTFM for further details.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: parse array to replace specific spaces with pipes
by Anonymous Monk on Jul 11, 2009 at 08:13 UTC |