摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(152) 评论(0) 推荐(0)
摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(215) 评论(0) 推荐(0)
摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(112) 评论(0) 推荐(0)