Du kan göra detta (i oracle, i mssql är det lite annorlunda):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';
Du kan göra detta (i oracle, i mssql är det lite annorlunda):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';