Re: TPCH Benchmark query result invalid - Mailing list pgsql-sql

From Cronje Fourie
Subject Re: TPCH Benchmark query result invalid
Date
Msg-id 1165989212.5996.0.camel@localhost
Whole thread Raw
In response to Re: TPCH Benchmark query result invalid  (Richard Huxton <dev@archonet.com>)
List 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.



pgsql-sql by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: TPCH Benchmark query result invalid
Next
From: Dirk Griffioen
Date:
Subject: join and sort on 'best match'