一个用户表 user 里面2个字段 id,name
另外一个表其中2个字段为senduser,shuser 分别都对应user表中的id
如何用一个sql语句将senduser,shuser 2个的名字取出来?
不用视图