在查询中替换空值 returns 多个值,其中只有一些值是空值?
Replace null values in a query that returns multiple values where only some of them are null?
有没有办法替换查询中的每个 null 实例?
我正在使用 SQL Server 2008。例如,如果查询 returns 4 个值:
客户姓名:
Bob
Joe
Null
Alice
我可以用 Allen
或任何 varchar/string 替换 Null
吗?
有没有办法替换查询中的每个 null 实例?
我正在使用 SQL Server 2008。例如,如果查询 returns 4 个值:
客户姓名:
Bob
Joe
Null
Alice
我可以用 Allen
或任何 varchar/string 替换 Null
吗?