Hi all,
I have difficulty in using SWQL (since i don't have any background in SQL at all ).
I would like to merge two different table.
Syntax tried:
SELECT NodeID,Nodes.HardwareHealthInfos.ServiceTag
FROM Orion.Nodes
UNION ALL
SELECT
SwitchNumber,SerialNumber
FROM Orion.NPM.SwitchStackMember
however when i try above, it return with mismatched input 'SELECT' expectin '('
I'm not really sure how to correct the syntax. Appreciate much for any help here with a catch being to get all values from Orion.Nodes schema.
Thanks and regards