摘要: declare @id int,@value nvarchar(100); begin declare c_test_main cursor fast_forward for select hps_hpId,hps_time from hospitalPermSupp where hps_usId=1; open c_test_main;--打开游标 while 1... 阅读全文
posted @ 2019-05-16 14:26 筱老邪 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 取当前时间: 取前一个月的时间: 取年份: 取月份: 阅读全文
posted @ 2019-05-16 14:25 筱老邪 阅读(167) 评论(0) 推荐(0) 编辑