摘要:
一、Oracle索引失效的原因 1使用否定关键字 !=, <> ,not in,not exist select * fromdrama where id <> 1,Mysql不会 2单独使用不等式关键字 直接用>或<可能会失效,Mysql不会 3使用null关键字 is null或is not n 阅读全文
posted @ 2019-04-17 09:13
leftCoder
阅读(2874)
评论(0)
推荐(0)
浙公网安备 33010602011771号