Re: SQL Question

From: Emil Obermayr <nobs(at)nobswolf(dot)info>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: SQL Question
Date: 2008-12-18 20:54:13
Message-ID: 200812182154.13827.nobs@nobswolf.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nagle, Gail A (US SSA) 2008-12-19 00:58:35 Re: Is it possible to query the database for the values of an enumerated type in 8.3.3?
Previous Message Yogesh Sharma 2008-12-18 20:19:12 SQL Question