[前][次][番号順一覧][スレッド一覧]

mysql:4317

From: tateyan <tateyan <tateyan@xxxxxxxxxx>>
Date: Fri, 14 Sep 2001 00:32:25 +0900
Subject: [mysql 04317] Re: バッチでパラメーター

たてやんっす

遠藤 俊裕さんの
題名「[mysql 04314] Re: バッチでパラメーター」のメールからの引用です
> 遠藤です。。。。
> >多分質問者は Windwos環境ですよん って突っ込みいれちゃおっと
> 
> うっ。。。。。(^^;
すなお に反応してくれて ありがとう

んで Windows の BAT で没ねた
query1.txtに
create table 

query2.txtに
( id int
, name char(20)
);
commit;
quit;

ってファイル用意して
qurey.batに
@echo off
type query1.txt
echo %1
type query2.txt

んで
aaa.bat
call query 01 | mysql test
call query 02 | mysql test
      .
      .

とかって やろうとしたんだけど だめだったぁ (^^ゞ
#ふと 風呂入っててうかんだんだけどね

=================
  彡彡从        たてやんっす
 d□/□-b      <tateyan@xxxxxxxxxx>
 ヽ"ー"丿


[前][次][番号順一覧][スレッド一覧]

      4304 2001-09-12 14:51 [Kitajima <kitajima@x] バッチでパラメーター                    
      4305 2001-09-12 15:30 ┗[<endo_t@xxxxxxxxxx> ]                                       
      4310 2001-09-12 22:26  ┣[tateyan <tateyan@xxx]                                     
      4311 2001-09-13 11:17  ┃┣[Kitajima <kitajima@x]                                   
      4312 2001-09-13 12:52  ┃┃┗[Seiji Tateyama <tate]                                 
      4313 2001-09-13 13:35  ┃┃ ┗[Kitajima <kitajima@x]                               
      4314 2001-09-13 16:37  ┃┗[<endo_t@xxxxxxxxxx> ]                                   
->    4317 2001-09-14 00:32  ┃ ┗[tateyan <tateyan@xxx]                                 
      4315 2001-09-13 17:01  ┗[豊島@クロスネット <]                                     
      4316 2001-09-13 18:04   ┗[<endo_t@xxxxxxxxxx> ]                                   
      4318 2001-09-14 00:50    ┗[豊島@クロスネット <]