Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Db2 query : equivalent function for partion by as in oracle

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
l.nethaji

New User


Joined: 16 Mar 2008
Posts: 4
Location: tamil nadu

PostPosted: Fri May 09, 2008 4:41 pm    Post subject: Db2 query : equivalent function for partion by as in oracle
Reply with quote

i want to generate a seq_no at pol_id level
for example

The output should look like the below resultant set

ownerid polid seq_no
a1 123 1
a1 234 2
a1 345 3
a2 001 1
a2 765 2
a3 233 1
a4 444 1

whether we can go with the below query .

Select ownerid, poled, row_number() over (partition by ownerid order by polid asc) as seq_no

whether DB2 supports partition by function

Please let me know if u have any solution to this scenario.

Thanks
L.Nethaji
Back to top
View user's profile Send private message
References
PostPosted: Fri May 09, 2008 4:41 pm    Post subject: Re: Db2 query : equivalent function for partion by as in oracle Reply with quote

the_gautam

Active User


Joined: 05 Jun 2005
Posts: 171
Location: Bangalore

PostPosted: Sat May 10, 2008 6:40 am    Post subject:
Reply with quote

what is your table structure?
Quote:
want to generate a seq_no at pol_id level

is seq_no not a column in your table?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1