Why is IS NOT NULL returning NULL values for a Varchar(max) in SQL Server?

前端 未结 5 1214
孤城傲影
孤城傲影 2020-12-08 20:14

\"This

  1. It looks like some NULL values are appearing in the list.
  2. Some NULL valu
5条回答
  •  失恋的感觉
    2020-12-08 20:28

    I suspect the word NULL is neing stored in the db, use select * from blah where mycolumn = 'NULL'

提交回复
热议问题