- 博客(3)
- 收藏
- 关注
原创 MySQL的内连接的写法
MySQL内连接可以省略掉INNER,直接写成inner join以下两种写法结果相同select * from t1 join t2 on t1.id = t2.id;select * from t1,t2 where t1.id = t2.id;
2020-10-30 16:07:27
1063
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人