View Single Post

   
  #4 (permalink)  
Old 02-26-2008, 04:02 PM
Lekharaju
 
Posts: n/a
Default Re: Retruning the first five rows of a query statement result

Kangan,


feature is there in db2

select col1,col2,....
from tab1
where col1 = ?
fetch first 5 rows only

that will give only 5 rows
Reply With Quote