Help with sql statement grouping and distinct

Поиск
Список
Период
Сортировка
От David Inglis
Тема Help with sql statement grouping and distinct
Дата
Msg-id 1089175122.40eb7e520e8d2@www.sportsupdate.com.au
обсуждение исходный текст
Список pgsql-sql
I want to be able to select a distinct group of rows from 2 tables and then once
selected to group and total the results from the previous sql statement I have
been trying the following



select a.id_fk_accommodation, a.id_fk_selection,a.type,sum(1) from
acommodationlog a, log l   where (id_fk_accommodation) in          (select distinct a.id_fk_accommodation,
a.id_fk_selection,a.type,
 
l.sessionid from accommodationlog a, log l where a.id_fk_log = l.id_pk and
id_fk_accommodation = 159 )  group by a.id_fk_accommodation,a.id_fk_selection,a.type

I know this won't work due to incorrect number of columns in the in statement
but how do I achieve the above

Any help appreciated Thanks

Regards


David Inglis





----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

Предыдущее
От: "nobody"
Дата:
Сообщение: Re: append columns that are null
Следующее
От: Gerwin Philippo
Дата:
Сообщение: Re: append columns that are null