SELECT · FROM ; -- This returns all the tables in the database system. SELECT table_name FROM dba_tables ; -- Lists all the tables in all databases SELECT ...
確定! 回上一頁