## 时序数据库 - 创建时序数据库 ``` 数据库名称:warning_demo_4_6 create database warning_demo_4_6; ``` - 进入时序数据库 ``` use warning_demo_4_6; ``` - 创建超级表superdl ``` ```