Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 227 Bytes

习惯约束.md

File metadata and controls

8 lines (8 loc) · 227 Bytes

习惯约束

  • **尽量别用select * ** :
  • 子查询不要用 :
  • 尽量不用 or :
  • not 尽量别用 :
  • 尽量少 join :
  • 避免类型转换 :
  • 原则上禁用mysql函数,特殊情况再议 :