开发者社区> 问答> 正文

请教 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 1612 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
Spark SQL: Past, Present and Future 立即下载
Spark SQL:Past Present &Future 立即下载
对2000多亿条数据做一次Group By 需要多久 立即下载