Re: TPCH Benchmark query result invalid

Поиск
Список
Период
Сортировка
От Cronje Fourie
Тема Re: TPCH Benchmark query result invalid
Дата
Msg-id 1165989212.5996.0.camel@localhost
обсуждение исходный текст
Ответ на Re: TPCH Benchmark query result invalid  (Richard Huxton <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: TPCH Benchmark query result invalid
Следующее
От: Dirk Griffioen
Дата:
Сообщение: join and sort on 'best match'