jpa - How to handle CURRENT_DATE in Where clause -
can me implement following query in jpa.
select * location create_tmstp < sysdate - 10;
it throwing following error while converting this.
exception description: syntax error parsing [select l location l l.createtmstp < (current_time - 100) ]. left expression not arithmetic expression.
Comments
Post a Comment