0

I have an HSQLDB, ver. 1.8.0, database that I would like to run some SQL date functions on (such as a date range select).

Is there an equivalent HSQL function to do this with a column that is defined as a BIGINT?

atom88
  • 1,449
  • 3
  • 22
  • 32
  • is google down? this was returned on top: http://hsqldb.org/doc/guide/builtinfunctions-chapt.html – BWS Jan 13 '14 at 21:19
  • All of those date functions listed on the link you provided all deal with DATETIME or TIMESTAMP formatted datatypes. I'm looking for something that will handle a date that was stored as a BIGINT datatype. Unfortunately for me, this is a vendor provided schema that cannot be changed to a DATETIME type. – atom88 Jan 13 '14 at 21:32

0 Answers0