Views with Where Clauses

From: Alex <alex(at)meerkatsoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Views with Where Clauses
Date: 2003-09-05 09:39:01
Message-ID: 3F5859B5.3060808@meerkatsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I have a view that has some wher clause in it.

If I call the view with SELECT * FROM viewx WHERE xxxx ; (joining 2
tables)
then I dont get any results back although issuing the command in full
i.e. without view i get rows back.

Is it not possible to use view that way ?

Cheers
Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-09-05 10:05:01 Re: Views with Where Clauses
Previous Message Amin Schoeib 2003-09-05 09:26:05 Problem with to_date/to_char