SQL update from modifies the value of one table from another table

Source: Internet
Author: User

Suppose there is table name Icate_table_set (table_id,table_name,table_state_id,store_id), table name Icate_table_state (state_id,state_ Name,state_attr status attributes such as empty tables, using Medium, store_id)

Store_id assume that the state name of each branch of the store ID may be different but the property is the same

Now we have to change all tables to correspond as empty table status (1 empty table)

UPDATE Icate_table_set

SET table_state_id= (SELECT state_id from Icate_table_state WHERE state_attr= ' 1 ' and store_id=a.store_id)

From Icate_table_set A,icate_table_state b

SQL update from modifies the value of one table from another table

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.