Znajdź ile tabel w zapytaniu SQL bazy danych
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;