MS sql
Select IsNull(ColName,'') As ColName From TableName
MysqL的
Select IfNull(ColName,'') As ColName From TableName