Issue: Modification between Oracle two tables; results: an implementation of updates between Oracle two tables

Source: Internet
Author: User

Prerequisites:

Field ID and name in table Info_user, field ID is indexed

Field ID and name in table Data_user_info, field ID is indexed

The field ID in table Info_user is the same as the field ID value in table data_user_info.

Required implementations:

The field name in Update table Info_user is the same as the field name in Table Data_user_info.

The SQL statements implemented are:

Update Info_user I set (i.name) = (select D.name from Data_user_info d where d.id = I.id)

where i.id = (select D.id from Data_user_info d where d.id = I.id);

Commit

Issue: Modification between Oracle two tables; results: an implementation of updates between Oracle two tables

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.