SQL Server Exports table data as an INSERT statement

Source: Internet
Author: User

From the Internet to find the method, but very good, recorded, but also to share the next ~ ~

There is a table, city, with columns: cityid,cityname; change all data in this table to insert statement

Select ' Insert into TableName (cityid,cityname) VALUES (' ' +cityid+ ' ", ' +cityname+ ') ' as sqlstr from the city;

So that it can be done;

If there are other types in the column, so the write will be error, you can use this method to convert, STR (Cityid,len (Cityid)), so you can;

Of course, Oracle doesn't have to, and this feature is available in PL/SQL (*^__^*)

SQL Server Exports table data as an INSERT statement

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.