java - Hibernate SQL - Can't get an interval from table -
i'm trying interval through operation timestamps table i'm getting "no dialect mapping jdbc type: 1111" code this:
select ts_finish - ts_start table
where ts_finish , ts_start timestamps
i used function dbms cast result text. unfortunately there no hql function it.
Comments
Post a Comment