I am trying to create a JDBC statement to test whether the start time of
a build and the end time of a build are between 2 Java Date getTime()
values.  However, the field of START_TIME and END_TIME in
SA.TABLE.BUILDRESULT is BIGINT.

The following statement fails in JDBC.  Could someone please tell me how
to properly write this statement for the Continuum Derby DB?
select START_TIME,END_TIME from SA.BUILDRESULT WHERE START_TIME >
1000000000000 and END_TIME < 1100000000000

Thank you. 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]

Reply via email to