当前位置:Gxlcms > 数据库问题 > oracle insert 多条数据

oracle insert 多条数据

时间:2021-07-01 10:21:17 帮助过:7人阅读

insert all
  into logs (ID,Time,Name,Errorlevel,Content)VALUES(‘7‘,‘2017-09-01‘,‘方法‘,‘error‘,‘错误内容‘)
  into logs(ID,Time,Name,Errorlevel,Content)VALUES(‘8‘,‘2017-09-01‘,‘方法‘,‘error‘,‘错误内容‘)
select 1 from dual;

oracle insert 多条数据

标签:错误   ora   方法   insert   time   sel   content   error   acl   

人气教程排行