How to count the no of records of a table without using
COUNT function?
Answer Posted / kart
using select command
select * from xxx; we will get the no of rows at bottom
if the feedback is unset
then use the plsql with cursor;
select rownum from table; the last value
is the number of records
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
Why is stored procedure faster than query?
Which version of sql do I have?
Does sap use sql?
What is a design view?
What are three advantages to using sql?
How to write pl sql program in mysql command prompt?
What sql database should I use?
Why does sql need a server?
what is index? : Sql dba
Is left join same as join?
What is nvarchar max in sql?
what is 'mysqlcheck'? : Sql dba
What is implicit cursor in pl sql?
What is offset and limit in sql?
Is grant a ddl statement?