alter table 表名 change abc def 列类型;比如 alter table student change pws psw char(10); 相关文章: 2021-10-31 2021-06-02 2021-10-11 2021-08-25 2022-12-23 2021-07-09 2021-09-26 2021-09-28