→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎04-14-2015 03:37 PM
Solved! Go to Solution.
‎04-16-2015 12:28 PM
Select Top 1000000 tblState.Statename As State,
Count(tblAssets.AssetID) As Count
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblState On tblState.State = tblAssetCustom.State
Group By tblState.Statename
Order By State
‎04-16-2015 12:28 PM
Select Top 1000000 tblState.Statename As State,
Count(tblAssets.AssetID) As Count
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblState On tblState.State = tblAssetCustom.State
Group By tblState.Statename
Order By State
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now