Question

  Asked: Jul 8 2008   1:52 PM GMT
  Asked by: Software engg


can u tell me the syantax by which i can select no of rows in a dummy table in oracle 9i?


Oracle 9i

can u tell me the syantax by which i can select no of rows in a dummy table in oracle 9i?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



The standard SQL approach would be "select count (*) from tableName". Some DBs maintain internal counters that return this result as a simple lookup rather than having to actually count each individual row. Without knowing anything on Oracle 9i specifically, I would guess that it's one of those DBs.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Oracle.

Looking for relevant Oracle Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register