Subject | Re: How to get detail strings all concatenated |
---|---|
Author | jrodenhi |
Post date | 2008-09-30T22:25:31Z |
Are you thinking of the new LIST function?
Like:
SELECT LIST(EMPLOYEE_LASTNAME)
FROM EMPLOYEE
-Jack
Like:
SELECT LIST(EMPLOYEE_LASTNAME)
FROM EMPLOYEE
-Jack
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@...> wrote:
>
> > Hi all!
> > I want to get a master record along with a concatenation of detail
> > strings in a single record.
> > How do I do it?
> > Greeting, Marcelo.
> >
>
> Use a JOIN SQL statement
> Alan
>