Oracle reads table structures and comments to generate database structure documents

Source: Internet
Author: User

Sometimes, after creating a database, you must submit the database structure document to the customer. Directly generate using the following SQL statement:

Select a. column_name field name, A. data_type data type, A. data_length length, A. data_precision
Integer, A. data_scale decimal point, A. nullable allows null values, A. data_default default value, B. Comments
Remarks from user_tab_columns A, user_col_comments B where a. column_name = B. column_name and A. table_name = B. table_name and A. table_name = 'test'


Replace test with your table name, mainly in uppercase.

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.