gpt4 book ai didi

mysql - 在 MySQL 数据库上使用 Groovy 表达式的 transient 属性问题

转载 作者:行者123 更新时间:2023-11-30 22:58:19 25 4
gpt4 key购买 nike

我正在使用 JDevelper 11.1.2.4 和 MySql DB 5.6.19。我使用的 JConnector 版本是 mysql-connector-java-5.1.30-bin。

我创建了两个表 countrycity

在表city中,有外键将其与country表链接。

JDevelper 已经为我使用 ADF Model Tester 测试过的这些表创建了关联和查看链接,它们看起来很好。

我创建了一个临时列 CountryName 并将默认值(作为表达式)设置为 Country1.CountryName

现在,当我再次运行 ADF 模型测试器时,出现以下错误:

(oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation.  
Statement:
SELECT CountryEO.country_id, CountryEO.country_name, CountryEO.country_code,
CountryEO.country_short_name, CountryEO.currency_id, CountryEO.created_date,
CountryEO.created_by, CountryEO.last_updated_date, CountryEO.last_updated_by
FROM cms.country CountryEO WHERE CountryEO.country_id = ?

----- Level 1: Detail 0 -----

(com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException)
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near
'OPTION SQL_SELECT_LIMIT=1' at line 1

可能是什么问题?

最佳答案

请通过 sql puls/toad 等检查您的国家/地区 View 对象查询。如果正确,请发布您的问题

关于mysql - 在 MySQL 数据库上使用 Groovy 表达式的 transient 属性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25233299/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com