日期:2014-05-16 浏览次数:20748 次
<property name="comment" column='"COMMENT"' type="string"></property>
String sql=" select \"COMMENT\" from emp_info";
create sequence HIBERNATE_SEQUENCE increment by 1 start with 1 nomaxvalue nocycle cache 10;--创建序列(hibernate 管理连接)
between to_date('2010-04-23','yyyy-mm-dd') and to_date('2010-04-24','yyyy-mm-dd')--查询某时间段要转换格式 between to_date('2010-04-23','yyyy-mm-dd HH24:MI:SS') and to_date('2010-04-24','yyyy-mm-dd HH24:MI:SS')--