ibatis
hbuxzy
这个作者很懒,什么都没留下…
展开
-
ibatis 嵌套insert select语句
从dsp_subject 表查询若干记录,与其他记录‘somedesc’ 合并作为一条记录,插入到表dsp_hstry中insert into dsp_hstry (sub_no,editer_no,edit_date,clasy,version,edit_des)(select no,cre_no,cre_date,clasy,version,'somedesc'from dsp原创 2012-01-31 19:21:42 · 4384 阅读 · 0 评论 -
Oracle Ibatis 表 dsp_subrel 插入数据 某字段来自dsp_subject 表
insert into dsp_subrel (sub_no,son_no,version,rel_type) VALUES (#subNo#,#sonNo#,(select version from dsp_subject where no=#subNo#),#relType#)原创 2012-02-13 14:30:35 · 793 阅读 · 0 评论 -
Ibatis insert语句中包含子查询问题
insert语句中包含子查询问题Ibatis中的Insert语句,将values采用select代替 INSERT INTO FAQ ( topicID listID faqfloor ) SELE原创 2012-10-24 08:40:08 · 5538 阅读 · 0 评论