目录 Show all tables select owner, table_name from all_tables; Show table info describe tb_aaa; Get time zone select dbtimezone, sessiontimezone from dual; Get current time select current_timestamp from dual; Get db version select * from v$version; find all constraints select * from a...
阅读更多7/5/2026