2015年11月9日
摘要: select * from SCA_WORK_CALENDAR where DAY>=to_date('2015','yyyy') and DAY<to_date('2016','yyyy') and DAY_TYPE='0' order by CALENDAR_ID在公司执行这条sql语句时,得不... 阅读全文
posted @ 2015-11-09 15:43 细蚊仔C 阅读(320) 评论(0) 推荐(0) 编辑