9月20日 微服务架构 周四

新知识

问:ORACLE数据库添加日期代码
insert into t_car0920 values(seq_t_car0920.nextval,#{cname},#{cprice},to_date(#{cdate},'yyyy-mm-dd'))
问:分页加模糊
select * from (select rownum rn,m.* from (select * from t_student0919 ) m where stuname like concat(concat('%',#{mohu}),'%'))
		 where rn >#{pageUtil.startIndex} and rn <=#{pageUtil.endIndex}

人间有味是清欢

《浣溪沙·细雨斜风作晓寒》

你可能感兴趣的:(2018)