摘要:
declare @lot_msg varchar(255) , @ant int/*select @lot_msg =predoccode from propurdadiplanhd where docdate>'2020-07-01'*/ DECLARE cur1 CURSOR FOR selec 阅读全文
posted @ 2020-07-22 09:33
百里丶落云
阅读(795)
评论(0)
推荐(0)
摘要:
-- 当月第一天select dateadd(month, datediff(month, 0, getdate()), 0) -- 当月最后一天(思路:下月的第一天减去一天)select dateadd(month, datediff(month, 0, dateadd(month, 1, get 阅读全文
posted @ 2020-07-22 09:29
百里丶落云
阅读(1274)
评论(1)
推荐(0)
浙公网安备 33010602011771号