Software
>>
Services
>>
RDBMS
>>
Oracle
>>
sqlplus
>>
How to count the number of rows in a table
SQL> select count(*) from tablename; also applies to other SQL RDBMS eg. MySQL
Please enable JavaScript to view the
comments powered by Disqus.