Re: select distinct null - Mailing list pgsql-general

From
Subject Re: select distinct null
Date
Msg-id Pine.LNX.4.10.10101051010400.4904-100000@ns.gmweltel.com.pl
Whole thread Raw
In response to Re: select distinct null  ("Richard Huxton" <dev@archonet.com>)
Responses Re: select distinct null
List pgsql-general
On Thu, 4 Jan 2001, Richard Huxton wrote:
>Casting the null seems to do it.
> select distinct null::text,a from foo;
> works OK on my 7.0 here

Thanks! It works on my too so I will have hardly any trouble to fix the
queries.

But I'm just wondering if there is some solution not involving
any modification of the query code.

Karol Wieloch




pgsql-general by date:

Previous
From: "Esa Pikkarainen"
Date:
Subject: The row size limit - HELP
Next
From: Stephane Bortzmeyer
Date:
Subject: Re: The row size limit - HELP