本文主要是介绍Oracle怎么修改列名,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.先把之前的一行删掉
alter table t_scustomer drop column birthday_alert_date
1.再增加一行
alter table t_scustomer add birthday_Alert_Year number(6,0)
这篇关于Oracle怎么修改列名的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
本文主要是介绍Oracle怎么修改列名,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.先把之前的一行删掉
alter table t_scustomer drop column birthday_alert_date
1.再增加一行
alter table t_scustomer add birthday_Alert_Year number(6,0)
这篇关于Oracle怎么修改列名的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
http://www.chinasem.cn/article/792737。
23002807@qq.com