DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Diff - No Rows Vs 0 Rows

  1. #1
    Join Date
    Oct 2002
    Location
    erode
    Posts
    1

    Exclamation

    When Oracle will return 0 rows selected or no rows Selected while issuing a select query

  2. #2
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Well run a query against an empty table a see for yourself..

    Code:
    appdev@NICK>select * from time_diff;
    
    no rows selected
    
    appdev@NICK>select count(*) from time_diff;
    
      COUNT(*)
    ----------
             0
    Or did I get your Q wrong?
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width