博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle 新增字段
阅读量:5744 次
发布时间:2019-06-18

本文共 207 字,大约阅读时间需要 1 分钟。

alter table shop_procategory add (category_ORDER_FIELD number(10) default '0' not null);

comment on column shop_procategory.category_ORDER_FIELD
is '排序字段';

转载于:https://www.cnblogs.com/tangbang/p/9705568.html

你可能感兴趣的文章