© 1999-2048 dssz.net 粤ICP备11031372号
[Oracle] oracle精华笔记
说明: oracle精华文档,内容详实, SQL(结构化查询语言) Select 字段(*) from 表名 where ...group by ...having ...order by DDL(数据定义语言) Create table 表名 Drop table 表名 Alter table 表名 add 列名 数据类型 Alter table 表名 drop column 列名<weixin_36781727> 上传 | 大小:198kb