1

I have a native sql query in a switchyard project

(select sysdate + interval '720' minute from dual)

However, when the jboss server executes the query the plus sign has disappeared from the trace

(select sysdate   interval '720' minute from dual)

How can I escape the plus sign so it appears as part of my native query.

sweetfa
  • 5,457
  • 2
  • 48
  • 62

0 Answers0