打赏
摘要: if object_id('##tmp1') is not null drop table #tmp1 select staffno, paydate into #tmp1 from dbo.OSS_ClockingDetail where paydate>getdate()-50 and Proc 阅读全文
posted @ 2019-05-30 11:44 DanielXiaoyc 阅读(317) 评论(0) 推荐(0)