I have enabled the Audit Log on so it tracking all the users activities
What I want to do is query that database(audit_events) and do an “INNER JOIN” this table with the internal tag database to get the tags documentation
SELECT *
FROM audit_events
INNER JOIN sometagDatabase
ON audit_events.action_target = sometagDatabase.tagname;
at the end i want to display the audit log with the tag documentation