alter table student  rename new_student 这样就可以修改表名
alter table student rename column name to new_name 这样不能修改列名么? 那要怎么做呢