AW: AW: Query optimization problem

2005-02-03 Thread Becker, Holger
Euke Castellano wrote: > Gesendet: Donnerstag, 3. Februar 2005 16:00 > An: maxdb@lists.mysql.com > Cc: Becker, Holger > Betreff: Re: AW: Query optimization problem > > > Becker, Holger wrote: > > >Euke Castellano wrote: > > > > > >>>I

Re: AW: Query optimization problem

2005-02-03 Thread Euke Castellano
Becker, Holger wrote: Euke Castellano wrote: I have the following table definition: CREATE TABLE "CONSUM"( "ID" Integer NOT NULL, "HOTEL" Integer NOT NULL, "SERVICE" Integer NOT NULL, "SEGMENT" Integer NOT NULL, "GUEST" Integer, "COMPANY" Fixed (38,0), "AGENCY" Fixed (38,0), "REP

AW: Query optimization problem

2005-02-03 Thread Zabach, Elke
Euke Castellano wrote: > > Marcus Obwandner wrote: > > > > > > > Euke Castellano schrieb: > > > >> Marcus Obwandner wrote: > >> > >> ... > > > > > >>> > >> Thanks Marcus: > >> This is my first experience with MaxDB and I think i don't catch some > >> concept, because what happends, I think isn't

AW: Query optimization problem

2005-01-28 Thread Becker, Holger
Euke Castellano wrote: > > I have the following table definition: > > > > CREATE TABLE "CONSUM"( > >"ID" Integer NOT NULL, > >"HOTEL" Integer NOT NULL, > >"SERVICE" Integer NOT NULL, > >"SEGMENT" Integer NOT NULL, > >"GUEST" Integer, > >"COMPANY" Fixed (38,0), > >"AGENCY