With out using count() function. How to the find total
number of rows in a table?
Answers were Sorted based on User's Feedback
Answer / subbarayulu neela
select max(rownum) from table-name;
Here rownum is a keyword which can gives unique number for
individual rows.
| Is This Answer Correct ? | 35 Yes | 2 No |
Answer / manjunath u
rownum is one of the option, can deal with sequence also
| Is This Answer Correct ? | 4 Yes | 2 No |
What is index example?
how to connect oracle in unix prompt?
Can you selectively load only those records that you need? : aql loader
What are variables in pl sql?
What is sql and its types?
What is recursive join in sql?
what are wild cards used in database for pattern matching ? : Sql dba
Is left join faster than join?
Does pl sql work in mysql?
What is a sql select statement?
What is java sql drivermanager?
how can we find the number of rows in a table using mysql? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)