Hello all,... I'm struggling with SWQL... It's been a very long time since I have messed with any SQL statements, and Im getting all my data back from my SELECT statment and my LEFT JOIN... However, I'm trying to grab two more columns from another table... I was hoping someone could give me some feedback...
EXISTING QUERY
SELECT n.NodeID, IPv6.IPAddressN AS IPv6, m.MAC, m.DATETIME, n.DisplayName, n.IPAddress, n.NodeDescription, n.Description, n.Vendor, n.Location, n.Contact, n.IOSImage, n.IOSVersion, n.CPUCount, n.MemoryAvailable, n.TotalMemory FROM Orion.Nodes n LEFT JOIN Orion ometv.NodeIPAddresses ipv6 ON n.NodeID = IPv6.NodeID JOIN Orion.NodeMACAddresses ON n.NodeID = ON m.MAC, m.DateTime
Thank you in advance.
Regards
Samya