select t.username, t.account_status, t.created, t.default_tablespace
from DBA_USERS t
order by t.created desc;
本文共 153 字,大约阅读时间需要 1 分钟。
select t.username, t.account_status, t.created, t.default_tablespace
转载于:https://blog.51cto.com/ahead51/1170060