可以的呀,你用的是什么客户端程序??
不同的客户端程序可能有不同的差别
mysql> select * from ta;select * from questionary;
+----+-------+
| id | class |
+----+-------+
|  1 | A     |
|  2 | B     |
|  3 | C     |
|  4 | B     |
|  5 | A     |
+----+-------+
5 rows in set (0.05 sec)+----+------+-------+--------+
| id | item | count | enable |
+----+------+-------+--------+
|  1 | 网   |     3 | 1      |
|  2 | 杂   |     4 | 1      |
|  3 | 朋   |     7 | 1      |
|  4 | 其   |     3 | "      |
+----+------+-------+--------+
4 rows in set (0.03 sec)mysql>