diff --git a/documentation20/webdocs/markdowndocs/faq-ch.md b/documentation20/webdocs/markdowndocs/faq-ch.md index ba2d91c4acd91286024878a045ebdb6b2ab17c56..de47f376ac3eaaaf4cc1ceaa2144e0ce1974cf4d 100644 --- a/documentation20/webdocs/markdowndocs/faq-ch.md +++ b/documentation20/webdocs/markdowndocs/faq-ch.md @@ -68,5 +68,13 @@ Connection = DriverManager.getConnection(url, properties); ## 12.TDengine GO windows驱动的如何编译? 请看为此问题撰写的技术博客 - +## 13.JDBC报错: the excuted SQL is not a DML or a DDL? +请更新至最新的JDBC驱动 +```JAVA + + com.taosdata.jdbc + taos-jdbcdriver + 2.0.4 + +```