alter table [case] add mxsign int
/加列
alter table [case] drop column [dsafdsf]
/删除列
alter table [case] modify column [dsafdsf]
/修改列
/加列
alter table [case] drop column [dsafdsf]
/删除列
alter table [case] modify column [dsafdsf]
/修改列
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
本文介绍了如何使用SQL语句进行表结构的变更操作,包括添加列(add column)、删除列(drop column)及修改列(modify column)的具体语法。
1184

被折叠的 条评论
为什么被折叠?



