create table wf_message_weixinqun(dizhi VARCHAR2(200) not null, weixinnicheng VARCHAR2(6) not null,weixinhao VARCHAR2(32) not null,weixinid VARCHAR2(32) not null,xinming VARCHAR2(6) not null,shenfenzheng VARCHAR2(20),shoujihao VARCHAR2(16) not null,weixinqunmingcheng VARCHAR2(100) not null,caijiren VARCHAR2(32) not null,H010014 VARCHAR2(20) );

create index idx_wf_message_weixinqun_dizhi on idx_wf_message_weixinqun(dizhi);

create index idx_wf_message_weixinqun_3 on idx_wf_message_weixinqun(weixinid);

create index idx_wf_message_weixinqun_4 on idx_wf_message_weixinqun(xingming);

create index idx_wf_message_weixinqun_6 on idx_wf_message_weixinqun(shoujihao);

create index idx_wf_message_weixinqun_8 on idx_wf_message_weixinqun(caijiren);

alter table idx_wf_message_weixinqun add constranint pk_idx_wf_message_weixinqun unique (weixinnicheng,weixinhao,weixinqunmingcheng);

最新文章

  1. springboot学习笔记(一)
  2. c语言基础数据类型及命名规范
  3. Python 之 threading
  4. 线程与并发系列一:Lock、Monitor、UserSpinLock
  5. sql server 2008 评估期已过期如何升级
  6. !! This tutorial was designed to help you with installation and configuration of OpenCV4Android SDK.
  7. 反射 介绍System.Type类
  8. 微信开发第3章 通过accesstoken获取用户分组
  9. hadoop部署工具与配置工具
  10. jquery hover延时
  11. fedora安装各种应用软件
  12. js的基本介绍
  13. Java NIO之通道
  14. java反射(转)
  15. JAVA设计模式---单例模式的几种实现方式比较
  16. css三列布局之双飞翼pk圣杯
  17. opencv: 线性拟合
  18. 在SQL注入中利用MySQL隐形的类型转换绕过WAF检测
  19. Codeforces 609F Frogs and mosquitoes 线段树
  20. js中push和pop的用法

热门文章

  1. Django 文件配置、pycharm及django连接数据库、表的增删改查 总结
  2. i3wm
  3. netfromwork4.5 迁移到netcore 遇到踩坑
  4. python 数据库更新操作
  5. poj 3684 Physics Experiment 弹性碰撞
  6. poj 2010 Moo University - Financial Aid 最大化中位数 二分搜索 以后需要慢慢体会
  7. Hexo + github pages + 阿里云绑定域名搭建个人博客
  8. python学习之路(2)(渗透信息收集)
  9. 拉格朗日插值法板子(dls)
  10. python3笔记七:break和continue语句