开发者社区> 问答> 正文

请教 CREATE TABLE measurement ( city_id int not null, logdate date not null, peaktemp int, unitsales int ); 这种方式可以多对多继承

请教 CREATE TABLE measurement (

city_id         int not null,
logdate         date not null,
peaktemp        int,
unitsales       int

);

这种方式可以多对多继承

CREATE TABLE measurement (

city_id         int not null,
logdate         date not null,
peaktemp        int,
unitsales       int

) PARTITION BY RANGE (logdate);

这种只能是一主对多从?

本问题来自云栖社区【PostgreSQL技术进阶社群】。https://yq.aliyun.com/articles/690084 点击链接欢迎加入社区大社群。

展开
收起
游客886 2019-04-12 10:28:36 1601 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载