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

mysql:4254

From: "岩田 雅人" <"岩田 雅人" <iwata@xxxxxxxxxx>>
Date: Thu, 30 Aug 2001 14:34:12 +0900
Subject: [mysql 04254] Re: テーブルをまとめる

どうも岩田です。

> select * from table1 as a,table2 as b,table3 as c
>    where a.pfield = b.pfield and a.pfield = c.pfield
>
> の意味でしょうか。
>

これですとpfieldが3つ出力されてしまいます。

結果的には
select a.pfield,a.field1,a.field2・・・b.field25,b.field26・・・
c.field36,c.field37,c.field38
from table1 as a,table2 as b,table3 as c
where a.pfield=b.pfield and a.pfield=c.pfield and a.pfield=c.pfield;
という感じの結果なのですが、無謀でしょうか?




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

      4244 2001-08-28 14:58 [米山孝志 <yoneyama@x] mysqldump でエラー!!                  
      4245 2001-08-28 15:10 ┣[KOBAYASI Hiroyuki <k]                                       
      4247 2001-08-28 15:31 ┃┗[米山孝志 <yoneyama@x]                                     
      4246 2001-08-28 15:09 ┗["Yuji Coughlin" <yuj]                                       
      4252 2001-08-30 09:58  ┗["岩田 雅人" <iwata@] テーブルをまとめる                  
      4253 2001-08-30 13:55   ┗[hirano <hirano@xxxxx]                                   
->    4254 2001-08-30 14:34    ┣["岩田 雅人" <iwata@]                                 
      4257 2001-08-30 15:14    ┃┗[hirano <hirano@xxxxx]                               
      4255 2001-08-30 14:39    ┗["岩田 雅人" <iwata@]                                 
      4258 2001-08-30 15:33     ┗[hirano <hirano@xxxxx]