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 count(*) from table のように合計行数を数えることができるので、ありがとう
これを試して:
SELECT COUNT (column_name) FROM all_tab_columns WHERE table_name = 'your_table_name'