I want to select 2 columns from all the tables in database
select status, up_down_time
from all_tables
ORDER BY ID DESC LIMIT 1`
also I wondering if I can use show tables
I want to select 2 columns from all the tables in database
select status, up_down_time
from all_tables
ORDER BY ID DESC LIMIT 1`
also I wondering if I can use show tables