order by problem

From: Simon Moses <ks_moses(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: order by problem
Date: 2004-12-01 06:14:49
Message-ID: 20041201061449.42895.qmail@web14928.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

dear sir,
when i run a query with order by customer_name i am
getting the following result(ex.).

AA
A B
AC

i want it to be

A B
AA
AB

how to achieve this.
thanks in advance.
-Simon Moses.

=====
**************************
Visit My Home Page
http://www.geocities.com/ks_moses
updated: 28 Sep 2004.
Simon Moses
**************************



__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2004-12-01 14:20:41 SET AUTOCOMMIT TO OFF
Previous Message Johan Henselmans 2004-12-01 05:57:54 Re: grouping a many to many relation set