select * from user_tab_columns t where t.TABLE_NAME='表名要大写' ; --你只要数量就count一下就行了
输入命令desc user_tables你可以看到有一列名位column_name;再输入:select count(column_name) from user_tables where talbe_name='';