Programmer's Blog

Programmer's reference

[Oracle] Count number of records for all Tables

SELECT TABLE_NAME,NUM_ROWS FROM USER_TABLES;

Leave a comment