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

How to display last 3 records of a table


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

New User


Joined: 21 Feb 2005
Posts: 6
Location: India

PostPosted: Sat Feb 26, 2005 7:02 pm
Reply with quote

hi Friends,

Have A Nice Day To All.

I am Rajesh here.Again i am having one doubt in db2.can any one please help me.


1. In a table , there are 25 records .Its not in the order.I want to display the last three records as it is in the table. Don't want to sort.how to write a query for this ?.

Like that i want to select only one record from the table without using conditions(ie, not using coloumn name).how to write query for this?


regards,
R.Rajesh.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Mon Feb 28, 2005 10:54 pm
Reply with quote

Raj,

Why not you try Cursors with "FOR FETCH LAST 3 ROWS ONLY" option.
Back to top
View user's profile Send private message
rajkan24

New User


Joined: 21 Feb 2005
Posts: 6
Location: India

PostPosted: Tue Mar 01, 2005 7:19 pm
Reply with quote

Hi friends ,

"Have A Nice Day"

Thanks for your reply.is there any other method to select the records?.If yes please reply.


Can anyone tell what is row-no() function?. how can we use this?.please reply.bye.

Regards,
R.Rajesh.
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Mar 02, 2005 1:41 pm
Reply with quote

hi rajesh

Even though the row number function is available with Oracle it is not available with normal DB2 ,but
The function is available with DB2 UDB.

the format will be
ROW_NUMBER() OVER (ORDER BY column DESC)

if only ROW_NUMBER() is given
then the result is System Dependent


Thanks
Siva
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 Load new table with Old unload - DB2 DB2 6
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top