随笔分类 -  sql

摘要:<selectKey resultClass="string" keyProperty="partnerBindingRecordId"> SELECT to_char(sysdate,'yyyymmdd')||lpad(WLTDATA.SEQ_WLT_PARTNER_LOTTERY_LOG.nex 阅读全文
posted @ 2016-03-11 17:08 神玄晓 阅读(198) 评论(0) 推荐(0)
摘要:建表:create table studentinfo( name varchar(20) , subject varchar(20), score number(3,1));插入记录:insert into studentinfo values('张三','语文',69);insert int... 阅读全文
posted @ 2015-11-20 17:05 神玄晓 阅读(150) 评论(0) 推荐(0)