Mysql trigger a table is recorded in table B

Source: Internet
Author: User

1: Query out the required column names for backup

#列名
Select column_name from Information_schema.columns
where table_schema= ' yunpiaobox_db ' and table_name= ' T_box_status '

TABLE_SCHEMA: Database name table_name: Table name


#列名字符串 Press, separate
Select
Group_concat (column_name separator ', ') ' comma separated ',
Group_concat (CONCAT (' new ', column_name) separator ', ') ' new ' field comma separated ',
Group_concat (CONCAT (column_name, ' =new. ', column_name) ' separator ', ') ' field =new. Field Comma separated '
From Information_schema.columns
where table_schema= ' yunpiaobox_db ' and table_name= ' T_box_status '

2: Tool Navicat Premium Right-click a table---> Design table---> select trigger

Mysql trigger a table is recorded in table B

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.