Oracle rename columns from select automatically?

后端 未结 4 720
无人共我
无人共我 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:20

    Is creating a view an option?

    What is the software you're using that does this to you? I don't see this behavior in SQL*Plus or PL/SQL Developer in 10g. PL/SQL won't let you build a cursor with this ambiguity in it.

提交回复
热议问题