On Thu, Jan 06, 2005 at 08:00:13AM +, vinita bansal wrote:
> Hi,
>
> I have a query of the form "select min(tab1.a) over(partition by tab1.b
> tab2.a tab1.c) from .
> in db2. What will be the corresponding query for postgres. Does Postgres
> have a function which provides the same functi
Hi,
I have a query of the form "select min(tab1.a) over(partition by tab1.b
tab2.a tab1.c) from .
in db2. What will be the corresponding query for postgres. Does Postgres
have a function which provides the same functionality??
Regards,
Vinita Bansal
__