当前位置:Gxlcms > mysql > 关于mysql的多表连接问题

关于mysql的多表连接问题

时间:2021-07-01 10:21:17 帮助过:4人阅读

mysql

Select a.a_id,b.b_id from a,b where a.a_id = b.b_id
Select a.a_id,b.b_id from a inner join b on a.a_id = b.b_id
这两个sq语句有区别吗

人气教程排行