搜索:ALTER+TABLE
找到约 286 项符合「ALTER+TABLE」的查询结果
结果 286
按分类筛选
- 全部
- 技术资料 (36)
- Java编程 (23)
- 单片机编程 (19)
- VHDL/FPGA/Verilog (15)
- 其他 (11)
- C/C++语言编程 (10)
- 单片机开发 (10)
- 其他书籍 (9)
- SQL Server (8)
- JavaScript (7)
- 数据结构 (6)
- 文章/文档 (5)
- 源码 (5)
- 电源技术 (4)
- 可编程逻辑 (4)
- Applet (4)
- 其他数据库 (4)
- 书籍 (4)
- DSP编程 (3)
- 加密解密 (3)
- 数据库系统 (3)
- 压缩解压 (3)
- Linux/Unix编程 (3)
- 编译器/解释器 (3)
- 汇编语言 (3)
- 嵌入式/单片机编程 (3)
- 微处理器开发 (3)
- Oracle数据库 (3)
- 教程 (3)
- 电路图 (3)
- 手册 (3)
- 书籍源码 (2)
- ARM (2)
- 嵌入式综合 (2)
- 电子书籍 (2)
- 教程资料 (2)
- 教程资料 (2)
- 技术管理 (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- Jsp/Servlet (2)
- VIP专区 (2)
- 论文 (2)
- 经验分享 (1)
- 接口技术 (1)
- 设计相关 (1)
- 学术论文 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- 传感与控制 (1)
- 通信网络 (1)
- 模拟电子 (1)
- 源码/资料 (1)
- Modem编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 企业管理 (1)
- 网络 (1)
- 文件格式 (1)
- CA认证 (1)
- 数学计算 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- matlab例程 (1)
- 其他行业 (1)
- 中间件编程 (1)
- OA系统 (1)
- MySQL数据库 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 认证考试资料 (1)
- Ajax (1)
- 能源行业(电力石油煤炭) (1)
- 笔记 (1)
- 开发板 (1)
- 其他 (1)
https://www.eeworm.com/dl/633/453416.html
Java编程
alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删
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> ...
https://www.eeworm.com/dl/663/460857.html
VHDL/FPGA/Verilog
alter FPGA
alter FPGA,包含sdram的nios系统开发实验完整工程文件
https://www.eeworm.com/dl/663/415650.html
VHDL/FPGA/Verilog
alter公司的mcu核
alter公司的mcu核,8051ip核,为quartus2设计,其他应该兼容
https://www.eeworm.com/dl/684/413174.html
软件设计/软件工程
intel code table. Intel Assembler 80186 and higher. Code table and register explanation
intel code table. Intel Assembler 80186 and higher. Code table and register explanation
https://www.eeworm.com/dl/628/203953.html
编译器/解释器
compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.
compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.