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

mysql:769

From: Yasuaki Tanaka <Yasuaki Tanaka <yasu@xxxxxxxxxx>>
Date: Tue, 09 Mar 1999 12:09:56 +0900
Subject: [mysql 00769] Re: データの変換

やまざき 様

早速のお返事ありがとうございます。

ご指摘の構文を試したところ同じようなエラーがでてしまいました。

select * into outfile 'test.txt' from entry;

ERROR: parse error near 'from entry' at line 1

また以下構文も試したところ下記のエラーが出てしまいました。

select * from entry into outfile 'test.txt'; 

ERROR: Access denied


いったい何が問題なのでしょうかね?
今、とても頭をかかえています。

田中









At 11:48 99/03/09 +0900, you wrote:
> はじめまして。やまざきと申します。
> 
> At Tue, 09 Mar 1999 10:42:47 +0900
> Yasuaki Tanaka <yasu@xxxxxxxxxx> wrote:
> > 
> > select * into outfile "test.txt" from entry;
> > 
> > ERROR: parse error near 'test.txt from entry' at line 1
> 
> ""を使うとエラーになってしまいますので、''で囲んでみて
> select * into outfile 'test.txt' from entry;
> ではどうでしょうか?
> 
> (特にファイルを作成しておく必要はないみたいですよ)
> 
> ----------------
> Yoshiko YAMAZAKI ___ System Technology Dept. __ PSINet Inc., ___
> Email : yoshiko@xxxxxxxxxx       // URL : http://www.jp.psi.net/
> Tel   : +81 3 5574-7414(Ext.221) // Fax : +81 3 5574-7413
>   

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

       766 1999-03-08 20:35 ["Y.Tsutsui" <tutui@x] Re: データの変換                        
       767 1999-03-09 10:42 ┗[Yasuaki Tanaka <yasu]                                       
       768 1999-03-09 11:48  ┗[Yoshiko YAMAZAKI <yo]                                     
->     769 1999-03-09 12:09   ┗[Yasuaki Tanaka <yasu]                                   
       770 1999-03-09 13:05    ┗[民斗 <tommy@xxxxxxxx]