1.增加列
alter table persons_
add [start_date] date
2.删除列
alter table persons_
drop column [start_date]
本文转自鹅倌51CTO博客,原文链接:http://blog.51cto.com/kaixinbuliao/849960 ,如需转载请自行联系原作者
2023-12-09 21:59:03
1.增加列
alter table persons_
add [start_date] date
2.删除列
alter table persons_
drop column [start_date]
本文转自鹅倌51CTO博客,原文链接:http://blog.51cto.com/kaixinbuliao/849960 ,如需转载请自行联系原作者