Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の時点でのすべてのテーブルの行数を調べることは可能ですか (列の値に依存しません)。
ありがとう!
試す:
select sum(num_rows) from user_tables;
user_tables は、スキーマ内のテーブルに関する有用な情報を含む timesten テーブルです。探しているものを提供する num_rows 属性があります。