Puoi farlo (in Oracle, in mssql c'è un po' diverso):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';
Puoi farlo (in Oracle, in mssql c'è un po' diverso):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';