Oracle SQL - how to combine two columns into one and ignore null values

前端 未结 0 1934
陌清茗
陌清茗 2021-02-03 16:33

I\'m using Oracle SQL Developer and i have the following select:

SELECT a1.numero_brevetto,
         a1.titolo,
         a2.descrizione,
         a1.data_scadenza         


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