Notes on MSSQL's Update:from grammar

Source: Internet
Author: User

In the original: The Update:from grammar of MSSQL

Notes on MSSQL's Update:from grammar

1 --the Update:from Grammar of MSSQL2 --Table b Structure ID, name, Id,memo3 4 5 --the memo of Table B needs to be updated with the same key ID as the a table, the statement is as follows6 7 8 Updateb9 SetMemo=A.nameTen  fromA, b One wherea.ID=b.id A --This is just the update of the B result set from within, equivalent to the following sql: - UpdateBSetMemo=(Select Max(A.name) fromAwherea.ID=b.id) - where exists(Select 1    fromAwherea.ID=b.id); the --in fact, all two statements require that the name and ID be one by one, and the ID is the main code. 

Notes on MSSQL's Update:from grammar

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.