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