‎05-08-2013 12:04 AM
Solved! Go to Solution.
‎05-08-2013 01:02 AM
lbarron wrote:
Does anyone know which table the chassis type is in?
SELECT
...
tSysChassisTypes.ChassisName,
...
FROM
tblAssets
...
INNER JOIN tblSystemEnclosure ON tblSystemEnclosure.AssetID = tblAssets.AssetID
INNER JOIN tSysChassisTypes ON tSysChassisTypes.ChassisType = tblSystemEnclosure.ChassisTypes
WHERE
tSysChassisTypes.ChassisName <> 'Docking Station'
...
‎05-08-2013 01:02 AM
lbarron wrote:
Does anyone know which table the chassis type is in?
SELECT
...
tSysChassisTypes.ChassisName,
...
FROM
tblAssets
...
INNER JOIN tblSystemEnclosure ON tblSystemEnclosure.AssetID = tblAssets.AssetID
INNER JOIN tSysChassisTypes ON tSysChassisTypes.ChassisType = tblSystemEnclosure.ChassisTypes
WHERE
tSysChassisTypes.ChassisName <> 'Docking Station'
...
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now