TIPS: SQLexecutionloop

Source: Internet
Author: User
During the test, we usually need to execute many identical statements consecutively. I used to do this through the While LOOP, but there is a simpler method, you only need to use Go to implement it. The Code is as follows: usedbagcreatetabletest (namevarchar (10) on [group] goinsertintotestvalues (all

During the test, we usually need to execute many identical statements consecutively. I used to do this through the While LOOP, but there is a simpler method, you only need to use Go to implement it. The Code is as follows: use DBA go create table test (name varchar (10) on [group] go insert into test values ('all

During the test, we usually need to execute many identical statements consecutively. I used to do this through the While LOOP, but there is a simpler method, you only need to use Go to implement it.

The Code is as follows:

Use DBA

Go

Create table test (namevarchar (10) on [group]

Go

Insert into testvalues ('allen ')

Go 1, 1000

Display result:

Beginning execution loop

(1 row (s) affected)

(1 row (s) affected)

(1 row (s) affected)

(1 row (s) affected)

.........

The last step is to verify that the data has been saved to the table.

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.