Merge pull request #7723 from zhanglianlei/develop
[TD-7685]<doc>: add the missing connector which is also supported to the document.
This commit is contained in:
commit
6adde1a826
|
@ -4,7 +4,7 @@ TDengine supports multiple interfaces to write data, including SQL, Prometheus,
|
|||
|
||||
## <a class="anchor" id="sql"></a> SQL Writing
|
||||
|
||||
Applications insert data by executing SQL insert statements through C/C++, JDBC, GO, or Python Connector, and users can manually enter SQL insert statements to insert data through TAOS Shell. For example, the following insert writes a record to table d1001:
|
||||
Applications insert data by executing SQL insert statements through C/C++, JDBC, GO, C#, or Python Connector, and users can manually enter SQL insert statements to insert data through TAOS Shell. For example, the following insert writes a record to table d1001:
|
||||
|
||||
```mysql
|
||||
INSERT INTO d1001 VALUES (1538548685000, 10.3, 219, 0.31);
|
||||
|
|
Loading…
Reference in New Issue