>> > Ahh yes the lovely Control Center, is there any way to do it from the
>> > CLP?
[quoted text clipped - 21 lines]
> TBSPACEAUTH
> XMLOBJECTAUTH
I'd think that you're tempting us to actually verify this. ;-)
But given that you can write a single SELECT statement that covers all the
tables (using UNION), and given that a SELECT can be written in a single
line, I get about 5 to 10 lines that are needed in total.

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany
Gert van der Kooij - 06 Dec 2005 11:25 GMT
> >> > Ahh yes the lovely Control Center, is there any way to do it from the
> >> > CLP?
[quoted text clipped - 23 lines]
>
> I'd think that you're tempting us to actually verify this. ;-)
That's right :)
> But given that you can write a single SELECT statement that covers all the
> tables (using UNION), and given that a SELECT can be written in a single
> line, I get about 5 to 10 lines that are needed in total.
You also need different revoke statements, but maybe they can be created
in the select statement already. I will give it a try at home tonight
(after watching soccer).
Serge Rielau - 06 Dec 2005 12:19 GMT
>>>>>Ahh yes the lovely Control Center, is there any way to do it from the
>>>>>CLP?
[quoted text clipped - 33 lines]
> in the select statement already. I will give it a try at home tonight
> (after watching soccer).
That would be Schalke vs Milan?
Knut is right with the UNION (ALL). But I do grant you one line per arm.
An a CASE expression should be able to nicely figure out the rest.
Cheers
Serge

Signature
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Gert van der Kooij - 06 Dec 2005 12:29 GMT
> >>>>>Ahh yes the lovely Control Center, is there any way to do it from the
> >>>>>CLP?
[quoted text clipped - 34 lines]
> > (after watching soccer).
> That would be Schalke vs Milan?
PSV vs Fenerbahce
> Knut is right with the UNION (ALL). But I do grant you one line per arm.
Thank you very much :)