select count(*)
from user_tab_columns
where table_name='MYTABLE' --use upper case
Thay vì viết hoa, bạn có thể sử dụng hàm dưới. Ví dụ:select count (*) từ user_tab_columns trong đó low (table_name) ='table_name';
select count(*)
from user_tab_columns
where table_name='MYTABLE' --use upper case
Thay vì viết hoa, bạn có thể sử dụng hàm dưới. Ví dụ:select count (*) từ user_tab_columns trong đó low (table_name) ='table_name';