TDengine/tests/script/unique/vnode/back_insert_many.sim
Shuduo Sang d69c5977db
Test/sangshuduo/td 13408 move tests in (#10589)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00

10 lines
No EOL
304 B
Text

sql connect
$x = 1
begin:
sql insert into db1.tb1 values(now, $x ) -x begin
sql insert into db2.tb2 values(now, $x ) -x begin
sql insert into db3.tb3 values(now, $x ) -x begin
sql insert into db4.tb4 values(now, $x ) -x begin
#print ===> insert successed $x
$x = $x + 1
goto begin