鼎鼎知识库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

时序数据库

  • 创建时序数据库

    数据库名称:warning_demo_4_6
    create database warning_demo_4_6;
    
  • 进入时序数据库

    use warning_demo_4_6;
    
  • 创建超级表superdl ```

```