千金一刻莫空度,老大无成空自伤。这篇文章主要讲述oracle 从一张表的数据复制到另一张表中mapper.xml相关的知识,希望能为你提供帮助。
例如:
<
insert id="insertBatchcardDeviceLog" useGeneratedKeys="false">
insert into tf_ord_batchcard_device_log
(device_seq,
device_code,
device_state,
update_date,
occupy_order_id,
occupy_date,
log_date,
oper_staff_id)
select device_seq,
device_code,
device_state,
update_date,
occupy_order_id,
occupy_date,
sysdate,
‘system‘
from tf_ord_batchcard_device
where device_code =#{device_code}
<
/insert>
就是从tf_ord_batchcard_device查出来插入到tf_ord_batchcard_device_log表中、注意两个表的类型一样要对应。
【oracle 从一张表的数据复制到另一张表中mapper.xml】
推荐阅读
- 使用原app接口进行微信公众号开发
- [转]Appium搭建六(安装Android模拟器)
- Kotlin(Android世界的Swift)
- android:orientation = "horizontal" 和 android:orientation = "vertical"
- webApp开发-图标开关
- 初探无线安全审计设备WiFi Pineapple Nano系列之PineAP
- Android学习笔记01
- 9款适用于Windows的最佳免费节拍/节奏制作软件合集
- 手机预装APP“死灰复燃”,这颗“毒瘤”到底怎么了