SqlServer基礎:IsNull

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

若是User表中的point字段爲null的話,則對@temp賦值0poi

相關文章
相關標籤/搜索