Re: [SQL] TPCH Benchmark query result invalid

2006-12-12 Thread Cronje Fourie
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 +, Richard Huxton wrote: > Cronje Fourie wrote: > > When running the following query against a TPCH db I get 0 r

[SQL] TPCH Benchmark query result invalid

2006-12-12 Thread Cronje Fourie
When running the following query against a TPCH db I get 0 results returned select o_orderpriority, count(*) as order_count from orders where o_orderdate >= date '1993-07-01' and o_orderdate < date '1993-07-01' + interval '3' month and exists (