您好,登錄后才能下訂單哦!
declare @app_change_web_start nvarchar(255),@app_change_web_end nvarchar(255),@now nvarchar(255)
set @app_change_web_start='05:55:00';
set @app_change_web_end='06:02:00';
print @app_change_web_start;
print @app_change_web_end;
declare @date nvarchar(255)
select @date=CONVERT(varchar(100), GETDATE(), 23);
print @date;
set @now =CONVERT(varchar(100), GETDATE(), 24)
print @now;
declare @startCha int,@endCha int
set @startCha = DATEDIFF(ms,@app_change_web_start,@now)
set @endCha=DATEDIFF(ms,@now,@app_change_web_end)
print @startCha;
print @endCha;
--[dbo].[APP_changeCreateMethod_job]
if @startCha>0 and @endCha>0 --在區間內
begin
end
else
begin
end
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。