Oracle rename columns from select automatically?

后端 未结 4 751
无人共我
无人共我 2021-01-19 14:55

I have 2 tables with the following fields.

Table1

  • AA
  • BB
  • CC
  • DD

Table2

  • AA
  • CC
4条回答
  •  难免孤独
    2021-01-19 15:32

    In Oracle SELECT syntax, there is currently no way to assign column aliases to multiple columns based on some expression. You have to assign an alias to each individual column.

提交回复
热议问题