mysql> create table test (name varchar(40), sex enum('male', ... 'ale') ); ERROR 1064 (42000): You have an error in your SQL syntax; ...
確定! 回上一頁