mysql SQL 多表查询最优问题
程序员文章站
2022-04-06 08:55:51
...
mysqlsql
有表 t(t_year,col), t1(t1_year,t1_month,col_1), t2(t2_year,t2_month,col_t2), t3(t3_year,t3_month,col_t3), 和目标表 T(T_year,T_month,col,col_1,col_2,col_3),
将t, t1, t2, t3的数据整合到 T 中,什么样的SQL最优?