Re: simple query join

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Chris Smith <chris(at)interspire(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: simple query join
Date: 2004-03-08 07:47:51
Message-ID: Pine.LNX.4.44.0403080846350.13979-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, 8 Mar 2004, Chris Smith wrote:

> assetid | integer | not null default 0

> assetid | character varying(255) | not null default '0'

The types above does not match, and these are the attributes you use to
join.

--
/Dennis Björklund

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Eric Jain 2004-03-08 09:39:59 Re: Fixed width rows faster?
Previous Message Steven Butler 2004-03-08 07:11:56 Re: simple query join