select a.FullDomainName,a.IPAddress,a.LastReportedStatusTime,
b.Unknown,b.NotInstalled,b.Downloaded,b.Installed,b.Failed,b.InstalledPendingReboot,b.LastChangeTime
from tbComputerTarget a
inner join tbComputerSummaryForMicrosoftUpdates b on a.TargetID=b.TargetID
a.FullDomainName,计算机名
a.IPAddress,IP地址
a.LastReportedStatusTime,上次汇报时间
b.Unknown,未知补丁数
b.NotInstalled,没有安装补丁数
b.Downloaded,已经下载补丁数
b.Installed,已经安装补丁数
b.Failed,安装失败的补丁数
b.InstalledPendingReboot,需要重启
b.LastChangeTime 上次变化日期