SQL Coalesce with empty string

前端 未结 3 411
半阙折子戏
半阙折子戏 2020-12-09 00:57

I have the following:

Select Coalesce(Other,Industry) Ind from registration

The thing is that Other can be an empty string or

3条回答
提交回复
热议问题