摘要:
表引擎: 一、日志引擎 创建表 引擎使用Log create table tb_user( id UInt8, name String, sal Float64, address String, birthday Date ) engine=Log; 插入数据 insert into tb_user 阅读全文
posted @ 2021-07-24 11:17 work hard work smart 阅读(285) 评论(0) 推荐(0)
|
|||
摘要:
表引擎: 一、日志引擎 创建表 引擎使用Log create table tb_user( id UInt8, name String, sal Float64, address String, birthday Date ) engine=Log; 插入数据 insert into tb_user 阅读全文
posted @ 2021-07-24 11:17 work hard work smart 阅读(285) 评论(0) 推荐(0) |
|||