当前位置: 代码迷 >> SQL >> SQL动态添唯一索引
  详细解决方案

SQL动态添唯一索引

热度:38   发布时间:2016-05-05 11:07:06.0
SQL动态加唯一索引
alter ignore table weather_information add unique index(area_id,create_time);
  相关解决方案