Skip to content

Spring Data JPA Native SQL Query DELETE SQL Query

I use @Modifying annotation together with @Query annotation to perform SQL DELETE query and delete the record from a database table. @Modifying @Query(value = “DELETE FROM CUSTOMERS where CUSTOMERS….

Query taking too long to respond

I have php list of items. I am fetching a array from my sql database. It was working ok but recently records are increasing and suddenly it is not showing records in list. Suggest! I have tried …