Oracle flexibly inserts data through query insert into... select..., oracle... select.

Source: Internet
Author: User

Oracle flexibly inserts data through query insert into... select..., oracle... select.


Insert into reg_user (id, name, password, area_code, reg_time, first_pswd, record_type) select l. reg_user_id, l. entry_person, '4qrcoum6wau + VuBX8g + IPg = ', l. area_code, sysdate, '20140901', l. type from location_info l where l. type = 5;




In the Oracle database, how do I insert records queried in the select statement into the database in batches?

Insert into B select * from;
Note: The query results must be consistent with the attribute columns of the table to be inserted.

For details, see hualong.javaeye.com/blog/692984.

Can I use Insertintoselect to insert blob fields in Oracle?

Yes, the time required for each query is certain. The query speed of the traversal table depends on the size of the data volume. If it is too large, it will have a time impact. If it is a very large database, and the requirements for data processing are particularly high, we can see that. There will be no big gap in general applications.

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.