how to retrieve top 5 rows from a table in a stored procedure.
stored procedure in oracle9i
Collapse
X
-
Originally posted by sheena09how to retrieve top 5 rows from a table in a stored procedure.
Why you need to get top 5 rows using a PROCEDURE when you can do that using a simple SQL query itself. -
Originally posted by sheena09how to retrieve top 5 rows from a table in a stored procedure.Comment
Comment