oracle查询某用户下所有表记录数google了好会,大部分都是count(*)了下得出来,突然发现了这个select t.owne
oracle查询某用户下所有表记录数
google了好会,大部分都是count(*)了下得出来,突然发现了这个
select t.owner, count(*) from all_tables t group by t.owner
oracle查询某用户下所有表记录数
google了好会,大部分都是count(*)了下得出来,突然发现了这个
select t.owner, count(*) from all_tables t group by t.owner