-
连接oracle数据库的数据库元数据的操作
连接oracle数据库的数据库元数据的操作-database metadata operation
- 2022-11-15 16:15:03下载
- 积分:1
-
books core technology (6th edition) Volume I of source code
书籍 java 2核心技术(第六版)卷I 的源代码-books core technology (6th edition) Volume I of source code
- 2022-11-14 00:15:04下载
- 积分:1
-
jsp write with a complete source code Forum, in particular for Java beginners
一个用jsp写的完整的论坛源代码,特别适合Java初学者-jsp write with a complete source code Forum, in particular for Java beginners
- 2022-02-13 19:57:55下载
- 积分:1
-
扑克牌游戏--争上游
实现了一个模拟扑克牌游戏争上游的程序,包括添加玩家,随机分牌,出牌,以及保存游戏记录等.测试有效
- 2022-02-22 01:09:24下载
- 积分:1
-
java语言做的教务管理系统,基于MS Sql server数据库,功能比较全面...
java语言做的教务管理系统,基于MS Sql server数据库,功能比较全面-java language to do the educational management system, based on MS Sql server database, a more comprehensive feature
- 2022-07-16 23:16:06下载
- 积分:1
-
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
-
Java Programming Training Guide 2
Java程序设计培训教程2-Java Programming Training Guide 2
- 2023-04-15 14:40:03下载
- 积分:1
-
关于文件处理的类,可以直接使用
关于文件处理的类,可以直接使用-on the document type, and can directly use
- 2022-03-03 10:00:01下载
- 积分:1
-
一个AU_Player播放器,,是有java开发的,提大家学习
一个AU_Player播放器,,是有java开发的,提大家学习-a AU_Player player, is a java development, we provide learning
- 2022-03-09 10:51:05下载
- 积分:1
-
java编的俄罗斯方块
java编的俄罗斯方块-java series of Rubik"s cube
- 2023-04-24 15:10:04下载
- 积分:1