Oracel给字段设置索引

来源:互联网 发布:整理图片的软件 编辑:程序博客网 时间:2024/05/20 06:08
create index idx_t(索引名) on t(object_id) ;idx_t:索引名t:表名object_id:需要建立索引的字段
0 0
原创粉丝点击