随笔分类 - sql
摘要:<selectKey resultClass="string" keyProperty="partnerBindingRecordId"> SELECT to_char(sysdate,'yyyymmdd')||lpad(WLTDATA.SEQ_WLT_PARTNER_LOTTERY_LOG.nex
阅读全文
摘要:建表:create table studentinfo( name varchar(20) , subject varchar(20), score number(3,1));插入记录:insert into studentinfo values('张三','语文',69);insert int...
阅读全文