Find users that have ALL categories

Поиск
Список
Период
Сортировка
От Nick
Тема Find users that have ALL categories
Дата
Msg-id 4242fee6-0665-4d46-a30f-7853b0e1d89f@j17g2000prn.googlegroups.com
обсуждение исходный текст
Ответы Re: Find users that have ALL categories  (David Fetter <david@fetter.org>)
Список pgsql-general
Is this the most efficient way to write this query? Id like to get a
list of users that have the categories 1, 2, and 3?

SELECT user_id FROM user_categories WHERE category_id IN (1,2,3) GROUP
BY user_id HAVING COUNT(*) = 3

users_categories (user_id, category_id)
1 | 1
1 | 2
1 | 3
2 | 1
2 | 2
3 | 1
4 | 1
4 | 2
4 | 3

The result should produce 1 & 4.

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

Предыдущее
От: Zoid
Дата:
Сообщение: LINE 1: IDENTIFY_SYSTEM error infinitum
Следующее
От: MD
Дата:
Сообщение: Looking for multithreaded build of libpq for Windows