开发者

add column after selected one

i m using postgres, i want to add column开发者_JAVA技巧 "call" after column "script"... so any query that will help me....


No, not possible. Unless you drop the table and create a new one with all columns in the required order.

The SQL Standard don't have an order for columns anyway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜