-
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table...
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet modify weight samllint
另一种方法是:
alter table tbl_name change old_col_name col_name type
例如:
mysql> alter table pet change weight weight samllint
给列更名
mysql>alter table pet change weight wei
给表更名
alter table tbl_name rename new_tbl
例如,把pet表更名为animal
mysql>alter table pet rename animal
-alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify w
- 2022-02-11 13:09:52下载
- 积分:1
-
这是关于J2ME企业无线应用的程序
这是关于J2ME企业无线应用的程序-J2ME is on the enterprise wireless application procedures
- 2022-08-06 01:27:19下载
- 积分:1
-
介绍了javascript的详细用法,很适合菜鸟看
介绍了javascript的详细用法,很适合菜鸟看-Detailed introduction of the use of javascript, it is suitable for rookie watch
- 2023-07-19 10:10:04下载
- 积分:1
-
JButton source Java Application
JButton源Java应用程序
- 2023-03-04 08:50:04下载
- 积分:1
-
一个画图程序,用于画简易地图的程序!
一个画图程序,用于画简易地图的程序!-a drawing program for drawing simple maps procedures!
- 2022-02-04 09:35:06下载
- 积分:1
-
JAVA version of the Support Vector Machine (SVM) processors. Configurable parame...
JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
- 2023-06-18 19:25:03下载
- 积分:1
-
JAVA programming produced by some process, for informational purposes only. Have...
JAVA编程制作的几个程序,仅供参考。有疑问,请和版主联系。-JAVA programming produced by some process, for informational purposes only. Have questions, please contact and moderators.
- 2022-03-17 21:00:07下载
- 积分:1
-
java中的treetable实现
java中没有treetable这个窗体,于是自己写了一个,参照sun的例子,但是数据模型是自己写的,相当开放...
java中的treetable实现
java中没有treetable这个窗体,于是自己写了一个,参照sun的例子,但是数据模型是自己写的,相当开放-of java java treetable not realize the window treetable and he made himself wrote a reference to the example of sun, but the data model is himself wrote, quite open
- 2022-05-13 16:55:27下载
- 积分:1
-
used to write the project report system
用jsp写的项目申报系统-used to write the project report system
- 2023-07-19 07:25:02下载
- 积分:1
-
可以话空心和实心的巨星,圆以及画板应该有的工能都有,还有调色板可以设置画板的前后背景色。...
可以话空心和实心的巨星,圆以及画板应该有的工能都有,还有调色板可以设置画板的前后背景色。-err
- 2022-03-15 07:17:08下载
- 积分:1