Merge pull request #7522 from taosdata/docs/Update-Latest-Feature

[TD-6255] <docs>: fix html code typo in English Java doc.
This commit is contained in:
Elias Soong 2021-08-23 13:24:25 +08:00 committed by GitHub
commit 7af590db16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ In terms of implementation, the JDBC driver of TDengine is as consistent as poss
<td>Read performance</td>
<td colspan="2">JDBC-RESTful is no different from JDBC-JNI</td>
</tr>
</talbe>
</table>
**Note**: RESTful interfaces are stateless. Therefore, when using JDBC-restful, you should specify the database name in SQL before all table names and super table names, for example: