Subject | Re: [firebird-support] SQL Question |
---|---|
Author | Lucas Franzen |
Post date | 2003-09-05T07:19:32Z |
> I have a customer, that would like to see the values 12 month back inIf you're limiting your fields you can do that with a stored procedure
> time
> on a single line.
> Someting like this:
>
> My Product 01/2003 02/2003 03/2003 04/2003 etc
> value value value value
that's returning one field per month.
If you want to create it with varying numbers of fields the answer is no.
Luc.