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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -