随笔分类 -  SQL Server

摘要:以下部分是常规的以行形式(纵向)展现的数据: SELECT cast(r.xmbm AS VARCHAR(20)) + ',' FROM ryk AS r WHERE r.subUnitCode IN('A46041','A46130','A46194','A46207') ORDER BY r.x 阅读全文
posted @ 2022-12-19 22:32 火军刀 阅读(1082) 评论(0) 推荐(0) 编辑
摘要:select b.name,a.rowcnt from sysindexes a,sysobjects b where a.id=b.id and a.indid<2 and b.xtype='u' and rowcnt>100000 阅读全文
posted @ 2022-02-17 21:54 火军刀 阅读(82) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示