如何在 JDeveloper 中将两个 tables/view 对象合并为一个?
How to combine two tables/view objects into one in JDeveloper?
我有以下 tables/view 个对象:
学生申请
StudentApprovedRequests
我想添加一个新的 StudentRequestHistory View 对象,它通过在一个内容中显示这两个 table 来简单地组合这两个 table。这个 table 只是为了 visual/front 最终目的,它不存在于数据库中。
我要的是这个:
StudentRequest View Object
StudentApprovedRequests View Object
StudentRequestHistory View Object
真心希望有人能帮忙。
谢谢!
根据使用联合的 SQL 查询定义 VO:https://docs.oracle.com/middleware/1213/adf/develop/adf-bc-vo-queries.htm
我有以下 tables/view 个对象:
学生申请 StudentApprovedRequests
我想添加一个新的 StudentRequestHistory View 对象,它通过在一个内容中显示这两个 table 来简单地组合这两个 table。这个 table 只是为了 visual/front 最终目的,它不存在于数据库中。
我要的是这个:
StudentRequest View Object
StudentApprovedRequests View Object
StudentRequestHistory View Object
真心希望有人能帮忙。 谢谢!
根据使用联合的 SQL 查询定义 VO:https://docs.oracle.com/middleware/1213/adf/develop/adf-bc-vo-queries.htm