Background
Retrieve information from your database from the Out Of Office Rules Table
SQL Queries
Total number of Out of Office Rules createdÂ
mysql> select * from AO_86B55C_OUT_OF_OFFICE_RULES +----------+ | COUNT(*) | +----------+ | 35 | +----------+
Number of users creating Out of Office Rules
mysql> SELECT COUNT(distinct assignee) from AO_86B55C_OUT_OF_OFFICE_RULES; +--------------------------+ | COUNT(distinct assignee) | +--------------------------+ | 8 | +--------------------------+