on 2025 Jan 21 7:47 PM
In HANA DB running the following SQL statement produces results with STATEMENT_USER_NAME is ? How do we determine what statements relate to the STATEMENT_USER_NAME of ? SQL query is as follows:
SELECT STATEMENT_USER_NAME,COUNT(1) as OccurenceValue FROM sys.audit_log where timestamp
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.