How to perform filtered table move in Postgresql?

后端 未结 0 1540
独厮守ぢ
独厮守ぢ 2021-01-30 13:56

For example, in Oracle, we can move the table, filtering out rows with an ID value greater than 50 as shown below:

ALTER TABLE t1 MOVE ONLINE INCLUDING ROWS WHERE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题