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