题解 | #在last_update后面新增加一列名字为create_date#

在last_update后面新增加一列名字为create_date

http://www.nowcoder.com/practice/119f04716d284cb7a19fba65dd876b03

mysql添加列
alter table table_name
add column col_name type default'';
#////
alter table actor
add column create_date datetime not null default '2020-10-01 00:00:00';

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务