Re: SQL Question - Mailing list pgsql-novice

From Emil Obermayr
Subject Re: SQL Question
Date
Msg-id 200812182154.13827.nobs@nobswolf.info
Whole thread Raw
In response to SQL Question  (Yogesh Sharma <ysharma@catprosystems.com>)
List pgsql-novice
Am Donnerstag, 18. Dezember 2008 schrieb Yogesh Sharma:

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

have you tried "between" as join condition? can you explain in more detail
what you have tried already and where the problem is?

http://www.postgresql.org/docs/current/static/functions-comparison.html

pgsql-novice by date:

Previous
From: Yogesh Sharma
Date:
Subject: SQL Question
Next
From: "Nagle, Gail A \(US SSA\)"
Date:
Subject: Re: Is it possible to query the database for the values of an enumerated type in 8.3.3?