首页 > 其他 > 详细

索引查询测试

时间:2018-02-06 14:43:33      阅读:232      评论:0      收藏:0      [点我收藏+]

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null;


select  b.org_code from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.table_cn_name=‘???и??‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.data_status=‘1‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null and b.data_status=‘1‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null;
select  b.org_code from T_DIAG_DETAIL_INDEX b where b.org_code is not null;
select  b.field_id from T_DIAG_DETAIL_INDEX b where b.field_id is not null;
select  b.field_id from T_DIAG_DETAIL_INDEX b;

索引查询测试

原文:https://www.cnblogs.com/vaio-430/p/8422289.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!