Subject | Re: CR/LF in SQL |
---|---|
Author | peter_jacobi.rm |
Post date | 2004-06-22T12:58:56Z |
Hi Alan,
"Alan McDonald" <alan@m...> wrote:
this is a method to return the data single-column, just
extend the query above to:
Peter Jacobi
"Alan McDonald" <alan@m...> wrote:
> > "SELECT last_name || '\x0d\x0a' || first_name, phone_extNow I am confused. If I'm not totally out of sync,
> > FROM phone_list \
> > WHERE location = 'Monterey' ORDER BY last_name, first_name;";
>
> but I get a sneeking suspicion that he wants data to be returned in one
> column rather than as rows a la ISQL data returns...
> surely I'm wrong
this is a method to return the data single-column, just
extend the query above to:
> > "SELECT last_name || '\x0d\x0a' || first_name || '\x0d\x0a' ||phone_ext
> > FROM phone_list \Regards,
> > WHERE location = 'Monterey' ORDER BY last_name, first_name;";
Peter Jacobi