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
 
How do select the first ten rows from a table

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

New User


Joined: 16 Mar 2005
Posts: 6
Location: chennai

PostPosted: Sat Mar 19, 2005 2:36 am    Post subject: How do select the first ten rows from a table
Reply with quote

how do select a first ten rows in a table.give sample query
Back to top
View user's profile Send private message
References
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 200
Location: Keane India Ltd., Hyderabad

PostPosted: Sat Mar 19, 2005 6:28 pm    Post subject: Re: how do select a first ten rows in a table
Reply with quote

Hi,

The following query will display first 10 rows of employee table.

SELECT EMPNAME, SALARY FROM EMPLOYEE
FETCH FIRST 10 ROWS ONLY;

Bye,
Reddy.
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