in reply to Re^4: Counting number of rows while working with Oracle
in thread Counting number of rows while working with Oracle

Please read the manual and tell us which part you don't understand.
--
Andreas
  • Comment on Re^5: Counting number of rows while working with Oracle

Replies are listed 'Best First'.
Re^6: Counting number of rows while working with Oracle
by denzil_cactus (Sexton) on Mar 20, 2008 at 07:12 UTC
    Andreas

    I have gone through the code and then only I started the things. Please follow the first thread I have posted

  • Counting number of rows while working with Oracle
  • the problem is I have to count the number of rows when I execute the query(Oracle) as we can do in perl with mysql $num = mysql_num_rows($result); after counting the rows I have to write the main logic and then I have to fetch all the rows. Hope you can understand my issue

    Thanks