TIME_TO_SEC
hibernate HQL 中是否有与MySQL 数据库具有相同功能的方法。
问这个是因为我想在我的 Oracle 数据库中使用这个 HQL 查询:
"select count(log) from Entry log where time_to_sec(lclTime) between '"
+ timeInSeconds + "' and '" + nextHour + "
我必须使用 hibernate HQL 使这个查询在 Oracle 和 MySQL 数据库中都可以执行。