I am using HsqlDB 1.8 and cannot upgrade to 2.0 for some reasons. Now I need to insert a record including a TimeStamp field, but I cannot find any functions to convert a string to TimeStamp
Perhaps it is easy with HsqlDB 2.0, but how can I do with 1.8?
I am using HsqlDB 1.8 and cannot upgrade to 2.0 for some reasons. Now
Share
CAST (string_value AS TIMESTAMP)
For example: