SQL Server: Null VS Empty String

后端 未结 8 1941
青春惊慌失措
青春惊慌失措 2020-12-04 09:34

How are the NULL and Empty Varchar values stored in SQL Server. And in case I have no user entry for a string field on my UI<

8条回答
  •  臣服心动
    2020-12-04 10:12

    An empty string is a string with zero length or no character. Null is absence of data.

提交回复
热议问题