SELECT @temp = ISNULL(point, 0) FROM dbo.User where Nid=6 如果User表中的point字段为null的话,则对@temp赋值0 相关文章: 2022-12-23 2021-06-25 2022-12-23 2022-12-23 2021-11-23 2021-09-19 2021-04-20 2021-11-01