>
> -- This can be optimized by using CTEs
> with am as (
>   select * from a where time >= '2011-08-15'
> )
> , bm as (
>   select * from b where time >= '2011-08-15'
> )
> select * from am join bm using(id)
>

Disregard this, it doesn't to the same at all.

Now I'm more confused as to how I can optimize the query.


-- 
Eld på åren og sol på eng gjer mannen fegen og fjåg. [Jøtul]
<demo> 2011 Tore Halvorsen || +052 0553034554

Reply via email to