result from where clause

From: Kjetil Haaland <kjetil(dot)haaland(at)student(dot)uib(dot)no>
To: pgsql-novice(at)postgresql(dot)org
Subject: result from where clause
Date: 2004-11-05 14:01:44
Message-ID: 200411051501.44937.kjetil.haaland@student.uib.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi

I have a function that returns an integer value. Then i do a select from a
table and uses this function in the where part of the select. Is it possible
to get a row with the value from the function when i do the select from the
table?

-kjetil

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Harry Stangel 2004-11-05 15:33:51 function parse error
Previous Message Kjetil Haaland 2004-11-05 13:42:40 Re: varchar in c extension function