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

oracle 筑索引语句

2012-08-09 
oracle 建索引语句oracle 建索引语句createindexa_index1oncfmc_3mon(node_id)createindexa_index2oncfmc_

oracle 建索引语句
oracle 建索引语句
create   index   a_index1   on   cfmc_3mon(node_id) 
create   index   a_index2   on   cfmc_3mon(during_time)  
   
或这样:
  create   index   a_index   on   cfmc_3mon(node_id,during_time)

热点排行