首页 新闻 会员 周边
4
回答数

待解决问题 5 sql语句问题

select * from A,B where A.a=B.b与select * from A inner join B on A.a=B.b是不是一样的?