SQL Question

Поиск
Список
Период
Сортировка
От Yogesh Sharma
Тема SQL Question
Дата
Msg-id 494AB040.70507@catprosystems.com
обсуждение исходный текст
Ответы Re: SQL Question  (Emil Obermayr <nobs@nobswolf.info>)
Список pgsql-novice
Hi,

Two tables

Table_Master
id    bigint
t1    timestamp with time zone
t2    timestamp with time zone
PK is id,t1

Table_Data
ts    timestamp with time zone
data    text
pk is ts

like to get all rows from table_data where ts is between table_master.t1
and table_master.t2 for a given id.

Thanks

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

Предыдущее
От: Steve T
Дата:
Сообщение: Re: customizable web reporting tools
Следующее
От: Emil Obermayr
Дата:
Сообщение: Re: SQL Question