You can get a list of all tables in your MySQL database by running this query: SELECT table_name FROM information_schema.tables WHERE ...
確定! 回上一頁