欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

数据库里面,批量插入数据

程序员文章站 2022-06-16 13:50:53
...

批量插入数据 Oracle insert into t_store(resource_id,store_code,store_name,store_type,is_stop,address,tel,mobile,emp_code,financial_staff,is_dealers)select sys_guid(), 'CK-'||to_char(rownum),'测试仓库'||to_char(rownum),'计算机存储仓库','否',

批量插入数据 Oracle
insert into t_store(resource_id,store_code,store_name,store_type,is_stop,address,tel,mobile,emp_code,financial_staff,is_dealers)

select sys_guid(), 'CK-'||to_char(rownum),'测试仓库'||to_char(rownum),'计算机存储仓库','否','辽宁省沈阳市','','15014289899',
'王静静','钱丽','否' 

from dual 


connect by level