摘要:
--我加了 top 10 用的时候可以去掉 declare @select_alltableCount varchar(max)='';with T as (select top 10 'SELECT '''+name+ '''as Table_Name, COUNT(1) as Row_Count 阅读全文
posted @ 2017-12-01 09:47 DotNet1010 阅读(171) 评论(0) 推荐(0)
|
|
|
|
摘要:
--我加了 top 10 用的时候可以去掉 declare @select_alltableCount varchar(max)='';with T as (select top 10 'SELECT '''+name+ '''as Table_Name, COUNT(1) as Row_Count 阅读全文
posted @ 2017-12-01 09:47 DotNet1010 阅读(171) 评论(0) 推荐(0) |
|