日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

MySQL批處理SQL語句

系統(tǒng) 2185 0

MySQL 支持批處理的模式運(yùn)行一批SQL語句,以下的樣例就是實(shí)驗(yàn)MySQL怎樣在windows下批處理運(yùn)行SQL語句。

create table test(id int,name varchar(20));
insert into test values(1,'watson');

?

batchfile.txt里包括以下的一些SQL 語句,此文件放在windows系統(tǒng)的c:/batchmysql/batchfile.txt

insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;
insert into test select * from test;

?

在cddl數(shù)據(jù)庫里進(jìn)行批運(yùn)行上面的語句例如以下:
mysql -uroot -p -D cddl < c:/batchmysql/batchfile.txt

?

以下是把批處理里含有查詢的信息,輸出保存到一個(gè)文件中:

此時(shí)的batchfile2.txt里含有query的信息(以下的3條SQL語句),以下的mysql0716.out就記錄了select * from test limit 200;查詢語句的結(jié)果集。
select * from test limit 200;
insert into test select * from test;
insert into test select * from test;


You can catch the output in a file for further processing:
mysql -uroot -p -D cddl < c:/batchmysql/batchfile2.txt >c:/batchmysql/mysql0716.out

MySQL批處理SQL語句


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會(huì)非常 感謝您的哦?。。?/p>

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 无为县| 武陟县| 竹溪县| 临汾市| 衡山县| 郴州市| 太和县| 嘉义市| 卢龙县| 蕉岭县| 临潭县| 楚雄市| 阿合奇县| 华池县| 湖南省| 凉城县| 乐东| 汉中市| 铜陵市| 马关县| 和林格尔县| 芦溪县| 黑龙江省| 泽库县| 白城市| 莱芜市| 谢通门县| 饶阳县| 枞阳县| 余姚市| 增城市| 阿巴嘎旗| 巴林右旗| 沙田区| 和顺县| 旬阳县| 奉新县| 长岭县| 大方县| 荣成市| 察哈|