Hello everyone.... I'm titan struggling with SWQL... Its 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, Im Im 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, omegle.icu n.CPUCount, n.MemoryAvailable, n.TotalMemory FROM Orion.Nodes bazoocam.co n LEFT JOIN Orion.NodeIPAddresses ipv6 ON n.NodeID = IPv6.NodeID JOIN Orion.NodeMACAddresses ON n.NodeID = ON m.MAC, m.DateTime Thank you in advance.