字体:大 中 小
护眼
关灯
上一章
目录
下一章
1901 碎片化 (4 / 14)
/* default action is to enlist */
select @Action = 0
end
if @Action = 0 /* enlisting */
begin
/* check input parameters */
if @NTUserName is null
begin
raiserror(14043, -1, -1, '@NTUserName')
return 4
end
select @NTUserName = LTRIM(@NTUserName)
select @NTUserName = RTRIM(@NTUserName)
if @NTUserName = '
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章