DDL is simple like
T1
(DEALID INTEGER NOT NULL, -- PK
APPLID INTEGER NOT NULL, -- T1.Col1
.... -- ~10 short columns like date, dec, int)
T2 (
APPLID INTEGER NOT NULL, -- PK
STOCKID CHARACTER(4) NOT NULL, -- T2.Col1
.... -- ~20 short columns like timestamp, dec, int, char)
T3 (
STOCKID CHARACTER(4) NOT NULL, -- PK
CRDDATE DATE NOT NULL, -- T3.Col1
.... -- ~20 short columns like timestamp, dec, int, char)
Knut Stolze - 20 Feb 2006 17:25 GMT
> DDL is simple like
>
[quoted text clipped - 12 lines]
> CRDDATE DATE NOT NULL, -- T3.Col1
> .... -- ~20 short columns like timestamp, dec, int, char)
What's the data you have in there and what's your query?

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany