--/// "Raw SQL" - Computers type Filters created from "Filters" console page SELECT Guid, Name, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate FROM Item WHERE State LIKE '% false %' AND Attributes = 0 --/// "Query builder" - Computers type Filters created in ITMS views console page SELECT Guid, Name, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate FROM Item WHERE State LIKE '% false %' AND Attributes = 0 --/// "Query builder" - Computers type Filters created from "Filters" console page SELECT Guid, Name, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate FROM Item WHERE State LIKE '% false %' AND Attributes = 0 --/// "None" - Computers type Filters created from "Filters" console page SELECT Guid, Name, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate FROM Item WHERE State LIKE '% false %' AND Attributes = 0