DECLARE @s NVARCHAR(10) IF @s IS NULL PRINT ' is null' ELSE PRINT 'is not null' SET @s=NULL /* is null */
22,301
社区成员
121,734
社区内容
加载中
试试用AI创作助手写篇文章吧