Getting all null values for the second case statement. What's the workaround?

后端 未结 0 817
感动是毒
感动是毒 2020-11-28 18:19

Select case when P is Null then concat(N,\' Root\') end as root, case when N not in (select P from BST) then concat(N,\' Leaf\') end as leaves, case when N

相关标签:
回答
  • 消灭零回复
提交回复
热议问题