当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: declare @PcrIdList table(PCRID bigint) insert into @PcrIdList select PCRID from dbo.[PCR2_ExtendFields] group by PCRID declare @PcrId bigint while exi 阅读全文
posted @ 2022-09-02 15:28 hofmann 阅读(73) 评论(0) 推荐(0)