Holen Sie sich die Anzahl der Tabellen in der Datenbank SQL
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;