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 -

c# - System.FormatException' occurred in MongoDB.Bson.dll - XXX is not a valid 24 digit hex string -