...
Codeblock | ||||
---|---|---|---|---|
| ||||
SELECT * from dbo.Settings WHERE [Key] LIKE 'ComplianceConfig' OR [Key] LIKE 'ComplianceOfficeFilterConfig' OR KEY[Key] LIKE 'ComplianceDoubletConfig' |
...
Codeblock | ||||
---|---|---|---|---|
| ||||
SELECT * from dbo.Settings WHERE [Key] LIKE 'ComplianceUserFilterConfig' OR KEY[Key] LIKE 'ComplianceGridConfig' |
...