SqlServer基础:IsNull

SELECT  @temp = ISNULL(point, 0) FROM   dbo.User where Nid=6db

若是User表中的point字段为null的话,则对@temp赋值0poi

相关文章
相关标签/搜索