How do I query for MONTH
This is what I have
select o from Order o where func('month', o.date) = :date
But then I get
ORA-00904: "MONTH": invalid identifier
Already tried several things put can't find a solution
How do I query for MONTH
This is what I have
select o from Order o where func('month', o.date) = :date
But then I get
ORA-00904: "MONTH": invalid identifier
Already tried several things put can't find a solution