Hello again,
I tried this, but it won't work.
I have about 12 Select-lines within parenthesis in the Select-line, like this:
select a, b, (select c from x where ...), (select d from x where ...), (select e from x where ...), (select f from x where ...) from y order by 3 desc;
The “order by”...