1 2 3 4 5 6 7 8 9 |
SELECT TO_CHAR(action_time, 'DD-MON-YYYY') AS TIME, action, namespace, version, id, comments, bundle_series FROM sys.registry$history ORDER by 1; |
1 2 3 4 5 6 7 8 9 |
SELECT TO_CHAR(action_time, 'DD-MON-YYYY') AS TIME, action, namespace, version, id, comments, bundle_series FROM sys.registry$history ORDER by 1; |