标签: sql spring postgresql spring-data-jpa
是否可以在spring jpa中为postgresql采用字符串参数作为查询值?
我要做的是:
@Query(value="?1", nativeQuery = true) double foo(String query);
这给我一个错误,就像这样:
SQL错误:0,SQLState:42601错误:语法错误在“$ 1”或附近