Re: a wierd query - Mailing list pgsql-sql

From sad
Subject Re: a wierd query
Date
Msg-id 200405131134.35156.sad@bankir.ru
Whole thread Raw
In response to a wierd query  ("ashok@kalculate.com" <ashok@kalculate.com>)
Responses Re: a wierd query
List pgsql-sql
> i require the dictinct values from (visualizing each column
> result as a set) the union of the two columns


select distinct a as F from table
union
select distinct b as F from table;



pgsql-sql by date:

Previous
From: "ashok@kalculate.com"
Date:
Subject: a wierd query
Next
From: Silke Trißl
Date:
Subject: Re: a wierd query