Tips and Tricks in My Work
user_tab_columns
all_tab_columns
select column_name, data_type, data_length from user_tab_columns where table_name = 'MY_TABLE'; select * from all_tab_columns where owner = 'THE_SCHEMA_OWNER';
Source
Không có nhận xét nào:
Đăng nhận xét