Hi experts,
I have a table, which has a start and end date, and i want to query, using Hibernate's query language, whether a given day falls between these two SQL dates. Can anyone help me out?
So, that is, Lets say here's a row:
A november 1 - december 1
B november 15 - january 15
C december 20 - january 20
So i want to get B and C if I search with the date "january 12"
Dan
Start Free Trial