摘要: -- Create tablecreate table A( USERID NUMBER(38), PWD VARCHAR2(30))tablespace USERS pctfree 10 initrans 1 maxtrans 255 storage ( initial 64K minextents 1 maxextents unlimited );--=====================... 阅读全文
posted @ 2010-01-26 18:33 wj-conquer 阅读(289) 评论(0) 推荐(0) 编辑