Hi All, I'm trying to create a dashboard for some of my nodes; however, I need to select only nodes that start with certain names for example
SELECT DisplayName, DetailURL FROM Orion.Nodes where Status =1 and DisplayName like 'ABC' or 'BCD' ORDER BY DisplayName DESC
This is erroring out when i try to validate the query. Any help will be greatly appreciated.