摘要: 1.添加字段: alter table 表名 add (字段 字段类型) [ default '输入默认值'] [null/not null] ; 2.添加备注: comment on column 库名.表名.字段名 is '输入的备注'; 如: 我要在ers_data库中 test表 docum 阅读全文
posted @ 2017-01-17 17:36 KOBE-Jason 阅读(42513) 评论(0) 推荐(0)
摘要: //todo 调用oracle 存储$config = //数据库配置文件 里面包含 用户密码和host和端口以及dbname$conn = oci_connect($config['username'], $config['password'], "(DEscriptION=(ADDRESS=(P 阅读全文
posted @ 2017-01-17 15:45 KOBE-Jason 阅读(347) 评论(0) 推荐(0)