Go Excel generates bulk SQL statements, a great way to handle large amounts of data

Source: Internet
Author: User

When there is a lot of repetitive manual work writing or modifying data into the database, you can

First, after the Excel data has been collated, the SQL import function directly into the database, but to ensure that the database fields and Excel fields consistent.

Second, the corresponding SQL statements are generated by Excel, and the SQL statements are copied directly into the parser to execute.

For example: write to the database using Excel's formula:

= "INSERT into [student] (Userid,username,userpassword) VALUES ('" &A2& "', '" &B2& "', '" &C2& ') "

Where A2 is Excel column A, row 2, B2 is the 2nd column of Excel Row B.

Update Database fields:

= "Update [student] set username= '" &B2& "' Where userid= '" &A2& "'"

Pull from head to tail.

Go Excel generates bulk SQL statements, a great way to handle large amounts of data

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.