You can query the INFORMATION_SCHEMA tables system view: SELECT table_name FROM information_schema.tables WHERE table_schema = 'databasename' ...
確定! 回上一頁