You would get this information from AuditingEvents Table - use the below query to list them (Modify it accordingly to suit your requirement,create an Advanced SQL report )
SELECT * FROM AuditingEvents where ActionTypeID=1
You would get this information from AuditingEvents Table - use the below query to list them (Modify it accordingly to suit your requirement,create an Advanced SQL report )
SELECT * FROM AuditingEvents where ActionTypeID=1