Example: Query for returning all objects that were deleted in a session
SELECT TRAN(TYPE@) AS 'OBJECT', NAME, OWNER_PATH FROM AL.DELETED
Back to Top