摘要: 20170708_review: 1.oracle: 对表的操作: 使用命令行建立一张表:create table 表名 (列名 列名的类型 primarty key, ....); alter table 表名 add constraints pk_表名_列名 primary key(需要建立的主 阅读全文
posted @ 2017-07-08 20:16 咫尺天涯是路人丶 阅读(351) 评论(0) 推荐(0)