1. 首页
  2. 数据库
  3. Oracle
  4. oracle经典查询语句

oracle经典查询语句

上传者: 2020-08-22 04:45:10上传 PDF文件 178.97KB 热度 36次
example: /* 创建一般索引 */ create index index_name on table_name(column_name) tablespace tablespace_name; /* 创建位图索引 */ create bitmap index index_name on table_name(column_name1,column_name2) tablespace tablespace_name; /* 索引中不能用 pctused*/ create [bitmap] index index_name on table_name(column_name) tables
下载地址
用户评论