@Query中直接写sql语句

加上nativeQuery=true即可在value里写原生sql语句了

@Query(value = "select * from table",nativeQuery=true)

另外

@Formula 也可以了解一下

发表评论

邮箱地址不会被公开。 必填项已用*标注