日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > 数据库 >内容正文

数据库

mysql run sql files_如何在Eclipse DTP中運行多個.sql文件

發(fā)布時間:2023/12/19 数据库 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mysql run sql files_如何在Eclipse DTP中運行多個.sql文件 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Part I

As far as I know the developers of Eclipse DTP have not yet implemented a command line SQL execution interface through the Eclipse console view.

據我所知,Eclipse DTP的開發(fā)人員還沒有通過Eclipse控制臺視圖實現命令行SQL執(zhí)行接口。

請參閱eclipse DTP開發(fā)人員論壇上的以下URL:http://dev.eclipse.org/newslists/news.eclipse.dtp/msg00304.html

Part II

While the Eclipse DTP people are working on it, you can use a database specific tool to load a master SQL file (all SQL proc files appended together)

當Eclipse DTP人員正在處理它時,您可以使用特定於數據庫的工具來加載主SQL文件(所有SQL proc文件附加在一起)

There are database specific console tools that will load your master SQL file command line. (ie. SQL*Plus for Oracle, ij for Apache Derby)

有一些特定於數據庫的控制臺工具將加載主SQL文件命令行。 (即SQL * Plus for Oracle,ij for Apache Derby)

Part III

An improvement over DOS batch is using Cygwin bash or python or perl to merge all of your sql files together into a master file.

對DOS批處理的改進是使用Cygwin bash或python或perl將所有sql文件合並到一個主文件中。

I found that the text processing tools available in UNIX (awk,sed,cat...) are great for this sort of thing.

我發(fā)現UNIX中可用的文本處理工具(awk,sed,cat ...)非常適合這類事情。

總結

以上是生活随笔為你收集整理的mysql run sql files_如何在Eclipse DTP中運行多個.sql文件的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。