Re: [GENERAL] function corresponging to over in db2

2005-01-06 Thread Martijn van Oosterhout
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

[GENERAL] function corresponging to over in db2

2005-01-06 Thread vinita bansal
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 __