[TM-210] <docs>: remove nanosecond related words.

This commit is contained in:
Elias Soong 2021-04-26 16:23:36 +08:00
parent 05ac0ee64d
commit 99beeb356b
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ C/C++的API类似于MySQL的C API。应用程序使用时需要包含TDengine
- `int taos_result_precision(TAOS_RES *res)`
返回结果集时间戳字段的精度,`0` 代表毫秒,`1` 代表微秒`2` 代表纳秒
返回结果集时间戳字段的精度,`0` 代表毫秒,`1` 代表微秒。
- `TAOS_ROW taos_fetch_row(TAOS_RES *res)`