标签:ati from and dex tables ora row table tab
select schema_name(t.schema_id) as [Schema], t.name as TableName,i.rows as [RowCount]
from sys.tables as t, sysindexes as i
where t.object_id = i.id and i.indid <=1
标签:ati from and dex tables ora row table tab
原文地址:http://www.cnblogs.com/yunyun0574/p/6429468.html