Re: full join question...

Поиск
Список
Период
Сортировка
От Niklas Johansson
Тема Re: full join question...
Дата
Msg-id 83D8127B-7321-4132-9B31-E6DA0B383D26@tele2.se
обсуждение исходный текст
Ответ на Re: full join question...  ("Jonas F. Henriksen" <jonas.f.henriksen@imr.no>)
Список pgsql-general
On 5 apr 2006, at 18.37, Jonas F. Henriksen wrote:
> ehh, sorry, yes, I also want to retrieve other values from the table,
> but I left them out for clarity (which made it maby less clear...).
> Maybe it makes more sense if you define the table as
> CREATE TABLE testtable (
>     depth integer,
>     measuretype integer,
>     operation integer,
>     value float
> );
> ...where I'm actually interested in the value...


Well, is there something else I don't get or couldn't you just select
that as well (perhaps without the DISTINCT then)?

SELECT depth, value FROM testtable WHERE measuretype IN (1040, 4001);



Mvh,

Niklas Johansson
Tel: 0322-108 18
Mobil: 0708-55 86 90




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Couldn't create a database in PG 8.1.3 win32
Следующее
От: Tom Lane
Дата:
Сообщение: Re: full join question...