工做經常使用數據庫SQL優化總結(持續更新)

一、避免在where子句中使用 is null 或 is not null 對字段進行判斷。web 二、避免在 where 子句中使用 != 或 <> 操做符。sql 三、避免在 where 子句中使用 or來連接條件。svg 四、少用 in 或 not in,用exists 和not exists 代替函數 五、注意 like 中通配符的使用,不要通賠首個字符,好比’aa%’ 比‘%aa%’執行
相關文章
相關標籤/搜索