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

mysql:11336

From: Kenichi-Ashida <Kenichi-Ashida <ashiken@xxxxxxxxxx>>
Date: Wed, 20 Apr 2005 10:37:22 +0900
Subject: [mysql 11336] テンポラリーTableのTable名について

芦田と申します。

Windows版 MySQL 4.0.24をDelphiから使用しています。

テンポラリーTableを作成するときに、クライアントアプリから入力された
ユーザー名を元にテーブル名を決定しているのですが、テーブル名に
"-"ハイフンが含まれると、エラーが発生してしまいます。

mysql> create temporary table hoge-hoge (f1 int, f2 varchar(20));
ERROR 1064: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '-hoge (f1 int, f2 varchar(20))' at line 1

なにか逃げる方法はあるのでしょうか?

宜しくお願いします。


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

->   11336 2005-04-20 10:37 [Kenichi-Ashida <ashi] テンポラリーTableのTable名について      
     11337 2005-04-20 11:02 ┗[Ryuji Matsushita <ma]                                       
     11338 2005-04-20 11:16  ┗[Kenichi-Ashida <ashi]