Verwenden Sie das Informationsschema:
SELECT
table_name AS c
FROM
information_schema.tables
WHERE
table_schema = DATABASE()
Verwenden Sie das Informationsschema:
SELECT
table_name AS c
FROM
information_schema.tables
WHERE
table_schema = DATABASE()