一下命令在csql下执行.
insert_commands.sql为sql脚本文件


;CL ;READ insert_commands.sql ;RU

第一行的cl 清空命令缓存,等同clear
第二行 读取脚本文件
第三行 执行

欢迎转载 ,转载时请保留作者信息。本文版权归本人所有,如有任何问题,请与我联系wang2650@sohu.com 。 过错

如果想更快的执行 ,可以关闭autocommit选项
命令如下
;AU off
然后手动提交
;commit



相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2021-06-23
  • 2022-01-28
  • 2021-12-09
  • 2022-01-04
猜你喜欢
  • 2021-12-30
  • 2021-11-20
  • 2021-12-22
  • 2021-11-16
  • 2021-11-29
  • 2022-01-17
  • 2021-12-30
相关资源
相似解决方案