Subject Re: [firebird-support] SQL Question
Author Lucas Franzen
> I have a customer, that would like to see the values 12 month back in
> time
> on a single line.
> Someting like this:
>
> My Product 01/2003 02/2003 03/2003 04/2003 etc
> value value value value

If you're limiting your fields you can do that with a stored procedure
that's returning one field per month.


If you want to create it with varying numbers of fields the answer is no.

Luc.