oracle基本操作
摘要:
DDL(数据定义语言):create创建创建表: create table <table_name( column datatype [not null] [primary key], column2 datatype [not null], …… )复制表:create table <table_ 阅读全文
posted @ 2017-03-29 15:37 zhaoshuzhan 阅读(162) 评论(0) 推荐(0)
浙公网安备 33010602011771号