query - Mailing list pgsql-general

From superboy143 (sent by Nabble.com)
Subject query
Date
Msg-id 2798174.post@talk.nabble.com
Whole thread Raw
Responses Re: query  (Richard Huxton <dev@archonet.com>)
List pgsql-general

I have a table in which I have a field with format like 100101. It has many values like 100101, 100102, 100103, 100201, 100202, 100301. I have to write a query such that I have to get only distinct values such that they contain only the substring I need. If I give 10 as substring, then it should return only 100101 or 100102 but not both i.e if the last two characters are not same it should not return both of them. It should return only values starting with 10 the middle two values should be distinct and the last two characters may be anything.


View this message in context: query
Sent from the PostgreSQL - general forum at Nabble.com.

pgsql-general by date:

Previous
From: rama krishna
Date:
Subject: what is the data type for files(.txt,.doc,.jpeg) in pgsql
Next
From: Peter Eisentraut
Date:
Subject: Re: what is the data type for files(.txt,.doc,.jpeg) in pgsql