sql 优化 避免select * in between and 子查询用 exists 代替 避免使用 or 可以使用 union 代替 避免字段开头模糊查询 ‘%li%’ 用 ‘li%’ 代替 避免 null 值判断 避免 where 等号左侧执行函数及表达式