SQL Query

Поиск
Список
Период
Сортировка
От Ashish Karalkar
Тема SQL Query
Дата
Msg-id 843803.85383.qm@web94301.mail.in2.yahoo.com
обсуждение исходный текст
Ответы Re: SQL Query  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: SQL Query  (David Fetter <david@fetter.org>)
Список pgsql-general
Hello List member,

Iha a table containing two columns x and y . for single value of x there are multiple values in y e.g

X      Y
------------
1       ABC
2       PQR
3       XYZ
4       LMN
1       LMN
2       XYZ

I want a query that will give me following output

1   ABC:LMN
2   PQR:XYZ
3   XYZ
4   LMN

Any help will be really helpful

Thanks in advance

With Regards
Ashish








Why delete messages? Unlimited storage is just a click away.

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

Предыдущее
От: Tomas
Дата:
Сообщение: Re: pg_dump: could not format inet value
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: SQL Query