【问题标题】:I want to develop a adf fusion web application project with postgresql我想用 postgresql 开发一个 adf fusion web 应用程序项目
【发布时间】:2018-12-16 13:54:16
【问题描述】:

我在基于查询的视图对象中遇到更新映射问题。当我在 where 子句中使用 NULLIF 函数时,应用程序给出了构建器错误(JDeveloper 中发生了意外的严重错误,程序可能不稳定,这可能导致数据丢失)。

我的代码示例:

选择 table1.column1,table1.column2,table2.column3 从表 1 左连接表 2 在 table1.column1 = table2.column1 在哪里 table1.column1 = nullif(table1.column1,?)

【问题讨论】:

标签: postgresql oracle-adf jdeveloper


【解决方案1】:

当您创建业务组件时,您使用的是哪种 SQL/JDBC?确保它是通用的,而不是 Oracle 特定的。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-01-18
    • 2021-05-30
    • 1970-01-01
    • 2011-01-20
    • 1970-01-01
    • 2012-09-11
    • 1970-01-01
    相关资源
    最近更新 更多