gpt4 book ai didi

hibernate 查询仅返回字符串的第一个字符

转载 作者:行者123 更新时间:2023-12-04 17:40:28 25 4
gpt4 key购买 nike

当我使用 sqldeveloper 在 oracle 10g 中运行这样的查询时,它运行良好。

select 'Canada' as "country", emp.name as "name" from emp.

给我名字和国家。
当我在 hibernate 中将它作为命名查询运行时,我只得到“C”而不是“加拿大”作为“国家”。

为什么会这样?

最佳答案

select cast('Canada' as varchar2(100)) as "country", emp.name as "name" from emp

关于 hibernate 查询仅返回字符串的第一个字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5343355/

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