exclude part of result

Поиск
Список
Период
Сортировка
От Tarlika Elisabeth Schmitz
Тема exclude part of result
Дата
Msg-id 20080627003538.2d0132ce@dick.coachhouse
обсуждение исходный текст
Ответы Re: exclude part of result
Re: exclude part of result
Список pgsql-sql
SELECT DISTINCT a, b, c, now(), count(item_pk) 
FROM product
LEFT JOIN item ON item.product_fk = product_pk
WHERE ...
GROUP BY a, b, c


I have another table 'navigation' which also has the columns a,b,c

If the combination of (a,b,c) exists in 'navigation', then exclude it
from above result. How can I achieve this?

--


Best Regards,

Tarlika Elisabeth Schmitz


A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad? 


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

Предыдущее
От: Montaseri
Дата:
Сообщение: Re: ANSI Standard
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: exclude part of result