Is there anyway to do this? - Mailing list pgsql-sql

From Wei Weng
Subject Is there anyway to do this?
Date
Msg-id 1034959557.27181.3.camel@Monet
Whole thread Raw
Responses Re: Is there anyway to do this?
List pgsql-sql
I have a table 
              Table "Users" Column   |          Type          | Modifiers 
-----------+------------------------+-----------userid    | character varying(40)  | not nullusername  | character
varying(64) | 
 

I want to get all the distinct first character of all usernames. And do
it in a way that is the most portable to MS SQL server.

Is there anyway?

Thanks

-- 
Wei Weng
Network Software Engineer
KenCast Inc.




pgsql-sql by date:

Previous
From: "Martin Crundall"
Date:
Subject: Re: TRIGGERed INSERTS
Next
From: Bruno Wolff III
Date:
Subject: Re: Is there anyway to do this?