摘要: 1.DDL数据库定义语句(1)create、drop、alert、insert、update、delete create table tableName(字段 属性,字段 属性,...); drop table tableName; alert table tableName modify 字段 属 阅读全文
posted @ 2017-07-12 17:23 大都比2号 阅读(666) 评论(0) 推荐(0) 编辑