RE: Cocoon2: ESQL nested queries optimization

2002-03-25 Thread Argyn Kuketayev
> Although you have to write a bit of Java, it is minimal. that's what I want to avoid. I'm trying to work out the way to design a reporting module, so that report developer don't have to mess with Java. > The only puzzling thing is you state at the beginning that > you need to do > this for e

RE: Cocoon2: ESQL nested queries optimization

2002-03-25 Thread Faulkner, Perry
TH Perry -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 March 2002 4:30 To: '[EMAIL PROTECTED]' Subject: Cocoon2: ESQL nested queries optimization > I've to make a report on the table M, then for each row I > need to show corres

Cocoon2: ESQL nested queries optimization

2002-03-25 Thread Argyn Kuketayev
> I've to make a report on the table M, then for each row I > need to show corresponding rows from tables F and C. > > Something like this: > > > > 1 > > > > f1 > > ... > > > > > c1 > > > > > .