Closed smurthys closed 6 years ago
The derived table DDLActOB in the definition of User view depends on an ORDER BY to return the last DDL operation and object.
DDLActOB
User
(I will review the issue and add comments later.)
Sorry, I had not noticed the ON expression in DISTINCT.
The sub-query to compute last DDL op and object are more complex than necessary, but there is no error.
The derived table
DDLActOB
in the definition ofUser
view depends on an ORDER BY to return the last DDL operation and object.(I will review the issue and add comments later.)