字体:大 中 小
护眼
关灯
上一章
目录
下一章
第二千二百五十三章 乾元剑帝 (9 / 10)
IF @start_time_string IS NULL OR @start_time_string = N'
BEGIN
SELECT TOP 1 @start_time = start_time,
@lastrow_timestamp = timestamp
FROM MSsnapshot_history with (rowlock)
WHERE agent_id = @agent_id
ORDER BY timestamp DESC
END
ELSE
BEGIN
SELECT @start_time = @start_time_string
SELECT TOP 1 @lastrow_timestamp = timestamp
FROM MSsnapshot_history with (rowlock)
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章