Oracle move column to the first position

后端 未结 8 2029
借酒劲吻你
借酒劲吻你 2021-01-17 23:39

Is there any way to move an column in an Oracle table from last to first position? Someone has dropped the ID column, and recreated it. So now it is at the end, which is a p

8条回答
  •  花落未央
    2021-01-18 00:16

    Not possible to move column in oracle. It will be created in the last position. If anyone wanted so either view needs to be created or new table need to be created

提交回复
热议问题