本文共 101 字,大约阅读时间需要 1 分钟。
ISNULL(字段,默认值)
如:SELECT ISNULL(name,'无名') FROM [User]
转载于:https://www.cnblogs.com/ysls/p/9477508.html