Functions!

From: Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com>
To: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Functions!
Date: 2005-05-07 14:34:50
Message-ID: 829d7fb6050507073443a3ab68@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

Can a query be cast as function: i have a query say like:
select * from tableName where signal>=2000 and signal <=200000 and flag>=0;

How can one say in a function "generic tablename"!!

Thanks,
Hrishi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-05-07 15:20:46 Re: with or without timezone?
Previous Message Joshua N Pritikin 2005-05-07 14:25:30 with or without timezone?