Different result running same query on same db(postgresql) with jpa and direct query
i think the title sums it up, i tried to run same query on both pgadmin and java springboot. here is my query annotation on springboot @Query(value = "SELECT column1, column FROM public.v_example where start_date = ?1 and end_date =…