Examine Table Content
Please make sure you have read through the Prerequisites / Basic Set-up .
You will need to fit the name of the datasource to your own Confluence installation.
To simply take a look at the content of the table, try a query like this:
SELECT *
FROM AO_AD3311_MACRO_USAGE
ORDER BY DATE desc
LIMIT 100;
The result will look something like this: