Query Problem!!

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Query Problem!!
Date: 2001-01-12 00:33:42
Message-ID: 200101120033.f0C0XgZ93783@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Christian Gonzalez (christiangda(at)cantv(dot)net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Query Problem!!

Long Description
I have problem with the GROUP BY

Sample Code
select name, 'user' as class from smuser union select name, 'group' as class from smgroup order by class;

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Lockhart 2001-01-12 02:57:32 Re: Re: Interval bug
Previous Message Bruce Momjian 2001-01-11 21:24:00 Re: Re: Interval bug