For anyone else having issues, this is what we used to find Internet Explorer 9 installs.
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Description,
tblQuickFixEngineering.HotFixID As ID,
tblQuickFixEngineering.InstalledOn As Installed
From tblComputers Inner Join
tblQuickFixEngineering On tblComputers.Computername =
tblQuickFixEngineering.Computername
Where tblQuickFixEngineering.HotFixID Like '%982861%'
Order By tblComputers.Computername