all rows of owner
I'm in need of a SQL statement that returns the total number of rows of all tables of a specific schema owner.
I can do a SELECT * from all_tables where owner ='SOMEONE';
but I don't see any "row_count" or something which could give me that information.
Thanks.
Christoph
I can do a SELECT * from all_tables where owner ='SOMEONE';
but I don't see any "row_count" or something which could give me that information.
Thanks.
Christoph
0