首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

创造索引

2012-07-24 
创建索引create [bitmap] index [user_schema.]index_nameon [user_schema.]table_name|view_name (

创建索引

create [bitmap] index [user_schema.]<index_name>

on [user_schema.]<table_name>|<view_name> (列名 ASC|DESC [,...]| func_name(列名))

[reverse]

[cluster[user_schema.]聚簇]

[initrans n]

[maxtrans n]

[pctfree n ]

[storage storage]

[tablespace tablespace]

[no sort]

热点排行