SqlServer基础:IsNull时间:2023-03-10 02:24:28 SELECT @temp = ISNULL(point, 0) FROM dbo.User where Nid=6 如果User表中的point字段为null的话,则对@temp赋值0