Subject Re: Turning rows into columns
Author rj1102
--- In firebird-support@yahoogroups.com, Raigo <raigo77@s...> wrote:
> Hi
>
> How to turn rows of a query into columns?
...
> Any ideas how generate this sort of resultset in a query or SP ?

You can do this in a SP which returns a result set, but only if the
number of columns to return (in your case number of questions) is
fixed.

AFAIK the number of columns of a query is always fixed.

Robert -