Re: TPCH Benchmark query result invalid

From: Cronje Fourie <cfourie(at)e-intelligence(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: TPCH Benchmark query result invalid
Date: 2006-12-13 05:53:32
Message-ID: 1165989212.5996.0.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thanks guys. Richard your fix didn't seem to work. But it's got me in
the right direction :) Time to RTFM ;)

Cronje

On Tue, 2006-12-12 at 15:05 +0000, Richard Huxton wrote:
> Cronje Fourie wrote:
> > When running the following query against a TPCH db I get 0 results
> > returned
>
> > and o_orderdate < date '1993-07-01' + interval '3' month
>
> That's the problem line.
>
> richardh=# SELECT interval '3' month;
> interval
> ----------
> 00:00:00
> (1 row)
>
> It's got a zero-length date-range it's comparing against. If you have
> interval '3 months' that should work, but I'm afraid I haven't got time
> to check against the specs to see what the correct format should be.
>
> --
> Richard Huxton
> Archonet Ltd
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dirk Griffioen 2006-12-13 09:26:41 join and sort on 'best match'
Previous Message Michael Glaesemann 2006-12-13 05:13:34 Re: TPCH Benchmark query result invalid