Sql Server判断某列字段是否为空或判断某列字段长度

1.用is null 和 is not null来判断字段是否为空。

2.用len()函数来判断字段长度。

原文地址:https://www.cnblogs.com/Arlar/p/6025930.html