Re: sort by on two columns

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "Andy Lewis" <jumboc(at)comcast(dot)net>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: sort by on two columns
Date: 2004-01-03 03:04:19
Message-ID: 85E086DE-3D99-11D8-A298-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Jan 2, 2004, at 8:55 PM, Andy Lewis wrote:
> Yes, I understand this but, I would like to have the results of both
> "table1.name, table2.name"
> sorted as one column.
>
> Is this possible?

So you want one column of name, including names from both table1 and
table2? In that case, you need to use UNION, I believe. If it's
something else, I'm not sure I understand what you're asking. Perhaps
you could include a sample of what you're getting, along with what
you'd like to see?

Michael Glaesemann
grzm myrealbox com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Chris Travers 2004-01-03 04:05:17 Re: sort by on two columns
Previous Message Andy Lewis 2004-01-03 02:55:30 Re: sort by on two columns