Re: How to find records with the same field?

Поиск
Список
Период
Сортировка
От Joost Kraaijeveld
Тема Re: How to find records with the same field?
Дата
Msg-id A3D1526C98B7C1409A687E0943EAC41001EA4A@obelix.askesis.nl
обсуждение исходный текст
Ответ на How to find records with the same field?  ("Joost Kraaijeveld" <J.Kraaijeveld@Askesis.nl>)
Ответы Re: How to find records with the same field?  (Michael Kleiser <mkl@webde-ag.de>)
Список pgsql-general
Thanks everyone for answering. Apparently my question was not clear enough.
 
I want something like this:
 
select col1, col2,col3, col4 
from table1
where
col1 =col1 and
col2 = col2 and
col3 = col3
order by col4
 
But if I run this query I get all the records in the table and not just the (double) ones with the same columns.
 
TIA
 
Joost
 

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

Предыдущее
От: "Peter Alberer"
Дата:
Сообщение: Re: How to find records with the same field?
Следующее
От: Lars Erik Thorsplass
Дата:
Сообщение: Stored procedures and "pseudo" fields..