Re: Query Question

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Query Question
Дата
Msg-id 20051010133730.GA98353@winnie.fuhr.org
обсуждение исходный текст
Ответ на Query Question  ("M. Imran" <imran@sdpi.org>)
Список pgsql-admin
On Mon, Oct 10, 2005 at 03:20:47PM +0500, M. Imran wrote:
> I want to select distinct CODE and thier respective sex, sex can
> be  male/female, can I get my result strictly distinct in code.
> Currently it duplicate code value for each male and female. I am
> using this query
>
> select distinct(code), id  from table

It's not clear what you're trying to do.  Could you post a sample
table and data set (CREATE TABLE and INSERT statements) and an
example of the results you'd like to see?

BTW, this seems off-topic for pgsql-admin, which is supposed to be
for discussions of PostgreSQL administration.  A more appropriate
list might be pgsql-general, pgsql-novice, or pgsql-sql.

--
Michael Fuhr

В списке pgsql-admin по дате отправления:

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: character problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: character problem