@@ -45,7 +45,7 @@ For more details about `INSERT` please refer to [INSERT](https://docs.tdengine.c
...
@@ -45,7 +45,7 @@ For more details about `INSERT` please refer to [INSERT](https://docs.tdengine.c
<Tabs>
<Tabs>
<TabItemvalue="python"label="Python">
<TabItemvalue="python"label="Python">
In this example, we use `execute` method to execute SQL and get affected rows. The variable `conn` is an instance of class `taosrest.TaosRestConnection` we just created at [Connect Tutorial](../../connect/python#connect).
In this example, we use `execute` method to execute SQL and get affected rows. The variable `conn` is an instance of class `taosrest.TaosRestConnection` we just created at [Connect Tutorial](../../develop/connect/python#connect).