Subject Re: How to get detail strings all concatenated
Author jrodenhi
Are you thinking of the new LIST function?
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
>