Uzyskaj liczbę tabel w bazie danych SQL
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;