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 user_tab_columns where table_name='MYTABLE';
テーブルに多くの列があったとしても、結果はゼロとして表示されます。
私が間違っていたところを誰かが助けてくれますか?