IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Db2 query : equivalent function for partion by as in oracle


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
l.nethaji

New User


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

PostPosted: Fri May 09, 2008 4:41 pm
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
the_gautam

Active User


Joined: 05 Jun 2005
Posts: 165
Location: Bangalore

PostPosted: Sat May 10, 2008 6:40 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Calling an Open C library function in... CICS 1
No new posts DATE2 function SYNCSORT 15
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top