Thread
:
Retruning the first five rows of a query statement result
View Single Post
#
4
(
permalink
)
02-26-2008, 04:02 PM
Lekharaju
Posts: n/a
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
Lekharaju