odpytaj bezpośrednio bazę danych information_schema:
select TABLE_NAME
from INFORMATION_SCHEMA
where TABLE_SCHEMA='yourdbnamehere'
odpytaj bezpośrednio bazę danych information_schema:
select TABLE_NAME
from INFORMATION_SCHEMA
where TABLE_SCHEMA='yourdbnamehere'