例如查询连个表的title字段 select a.id,b.name from a,b where a.bid =b.id and title='1' 由于a,b两个表都有title字段,所以会报错,要指明是哪个表的title