用CREATE创建表时,可以不用brand_name表示表名称吗
mysql> CREATE TABLE tdb-goods_brand(
-> brand_id SAMLLINT UNSIGNED PRIMARY KEY AUTO_INCREMENT,
-> idb_brand_name VARCHAR NOT NULL)
-> SELECT brand_name FROM idb-goods GROUP BY brand_name;
ERROR 1064 (42000): 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 '-goods_brand(
brand_id SAMLLINT UNSIGNED PRIMARY KEY AUTO_INCREMENT,
idb_brand_' at line 1