ALTER TABLE tb_user_type ADD INDEX user_type_index3 (report_type_id) 

ALTER TABLE tb_user_type ADD INDEX user_type_index2 (user_id) 
ALTER TABLE tb_user_type ADD INDEX user_type_index1 (id) 
 
ALTER TABLE tb_net_user ADD INDEX net_user_index2 (net_id)
ALTER TABLE tb_net_user ADD INDEX net_user_index1 (user_id)
 
ALTER TABLE tb_dept_type ADD INDEX dept_type_index2 (REPORT_TYPE_ID) 
ALTER TABLE tb_dept_type ADD INDEX dept_type_index1 (DEPT_ID)

相关文章:

  • 2022-01-19
  • 2022-02-07
  • 2022-01-20
  • 2021-09-15
猜你喜欢
  • 2021-09-15
  • 2021-08-17
  • 2022-01-07
  • 2021-07-30
  • 2021-12-21
相关资源
相似解决方案