码迷,mamicode.com
首页 > 其他好文 > 详细

20170221v7

时间:2017-02-22 16:54:00      阅读:181      评论:0      收藏:0      [点我收藏+]

标签: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

20170221v7

标签:ati   from   and   dex   tables   ora   row   table   tab   

原文地址:http://www.cnblogs.com/yunyun0574/p/6429468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!