Oracle query field details for all tables

Source: Internet
Author: User

SELECTUser_tab_cols. table_name astable name, Utc.comments astable Chinese name, User_tab_cols. column_id ascolumn ordinal, User_tab_cols. column_name ascolumn name, User_tab_cols. Data_type asdata type, User_tab_cols. Data_length aslength, User_tab_cols. NULLABLE asIs empty, user_col_comments.comments asNotes fromUser_tab_cols Left Joinuser_tab_comments UTC onUser_tab_cols. table_name=Utc.table_nameInner Joinuser_col_comments onUser_col_comments. table_name=User_tab_cols. TABLE_NAME andUser_col_comments. column_name=User_tab_cols. column_nameOrder  byTable name, column ordinal

Oracle query field details for all tables

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.