我想从使用PHP的MySQL数据库获得最后一张表格。
I also used a query, but I cant to get any value. This is the query:
"select table_name from information_schema.tables where table_schema = databse_name order by create_time desc limit 1"
When I am using this I get value from local system but not get value from client s database. What is the mistake in my query?