Is it possible to select from show tables in MySQL?
show tables
SELECT * FROM (SHOW TABLES) AS `my_tables`
Something along these lines, th
I don't understand why you want to use SELECT * FROM as part of the statement.
SELECT * FROM
12.5.5.30. SHOW TABLES Syntax