mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
6 lines
106 B
Text
6 lines
106 B
Text
sql connect
|
|
$x = 1
|
|
begin:
|
|
sql insert into db.tb values(now, $x ) -x begin
|
|
$x = $x + 1
|
|
goto begin
|