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

Please tell me what happens if the query return more than one row. would $sth->fetchall_arrayref(); work?

Replies are listed 'Best First'.
Re^5: Counting number of rows while working with Oracle
by andreas1234567 (Vicar) on Mar 18, 2008 at 12:24 UTC
    Please read the manual and tell us which part you don't understand.
    --
    Andreas
      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