数据库
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
## 创建create table tmp asselect * from tmp
## 添加列alter table tmpadd(tmp1 date, tmp2 int);
## 修改列alter table tmpmodify tmp1 int
## 删除列alter table tmpdrop column tmp2
## 修改表名rename table tmp to temp
相关软件: