> Hi there,
>
> You need to do it like this:
>
> with val_list in
> select * from tableA do
> loop
> return next val_list;
> end loop;
> return;
>
> There's an example here:
Does that work in 8.2, cause i get the same error message as I described
above
regards
thomas