SELECT a.用户名称 AS 创建人,b.用户名称 AS 更新人,bus.* FROM Business AS bus INNER JOIN [User] AS a ON bus.创建人编码=a.用户编码 INNER JOIn [User] AS b ON bus.更新人编码=b.用户编码