RE: Bug, feature, quirk? HELP

From: "Stoppel, Brett W" <bstoppel(at)ku(dot)edu>
To: "'Bill Huff'" <bhuff(at)colltech(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Bug, feature, quirk? HELP
Date: 2001-04-15 20:00:07
Message-ID: AA33E10E16DAD411BDFD0008C7CF50E656374F@hawk.mail.ukans.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Thanks Bill, Len, and Tom:

You suggestion of

select distinct trim(name) as foo .... order by trim(name);

works wonderfully.

I do have another question about this though. Why does it this command work

select name as foo .... order by trim(name);

when this does not

select distinct name as foo .... order by trim(name);

Once again, thanks a million.

Brett

Browse pgsql-general by date

  From Date Subject
Next Message newsreader 2001-04-15 20:12:12 man vacuum is broken?? in 7.1
Previous Message Neil Conway 2001-04-15 19:38:55 Debian compile problem