7 lines
343 B
Plaintext
7 lines
343 B
Plaintext
# TestInspectionRules
|
|
select count(*) from information_schema.inspection_rules;
|
|
select count(*) from information_schema.inspection_rules where type='inspection';
|
|
select count(*) from information_schema.inspection_rules where type='summary';
|
|
select count(*) from information_schema.inspection_rules where type='inspection' and type='summary';
|
|
|