How to use LIMIT clause with postgres and Hibernate/Spring

后端 未结 0 1413
温柔的废话
温柔的废话 2021-01-25 18:19

I have this native query that won\'t work in my DAO

@Query(
            nativeQuery = true,
            value = "DELETE FROM products_in_carts WHERE cart_id          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题