mysql测试where子句中使用or关键字可否用到索引

create table if not exists tbl_item_1( `id` int(10) not null auto_increment, `name` varchar(20) not null, `categoryid` int(10) not null, `price` double(6,2) not null, `desc` varchar(20) , primary key
相关文章
相关标签/搜索