日期:2014-05-16 浏览次数:20892 次
mysql> create table x ( `初(再)婚时间` int);
Query OK, 0 rows affected (0.11 sec)
mysql> desc x;
+----------------+---------+------+-----+---------+-------+
| Field          | Type    | Null | Key | Default | Extra |
+----------------+---------+------+-----+---------+-------+
| 初(再)婚时间 | int(11) | YES  |     | NULL    |       |
+----------------+---------+------+-----+---------+-------+
1 row in set (0.02 sec)