未验证 提交 6ce91da0 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #9851 from taosdata/docs/TS-1134

[TS-1134]<docs>add a sample for create database
......@@ -39,6 +39,10 @@ taos> DESCRIBE meters;
TDengine 缺省的时间戳是毫秒精度,但通过在 CREATE DATABASE 时传递的 PRECISION 参数就可以支持微秒和纳秒。(从 2.1.5.0 版本开始支持纳秒精度)
```mysql
CREATE DATABASE db_name PRECISION 'ns';
```
在TDengine中,普通表的数据模型中可使用以下 10 种数据类型。
| # | **类型** | **Bytes** | **说明** |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册