Mysql searches for the field name through field annotation, and mysql field annotation name

Source: Internet
Author: User

Mysql searches for the field name through field annotation, and mysql field annotation name

Sometimes there are too many fields in the table, just remember the table comment. To search for the field name through the field comment, you can use the following statement:

SELECT COLUMN_NAME, column_comment FROM INFORMATION_SCHEMA.Columns WHERE table_name = 'tj _ record 'AND table_schema = 'tianjin _ 000000' AND column_comment LIKE' % whether the data is valid %'

Table_schema indicates the database name. The query is as follows:

You can also search for comments by field name and use the preceding statement.


================ View the number of fields in the table: the desc tj_record syntax is: desc table name

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.