摘要: 打开 PLSQL 创建一张:如果你没有PLSQL 找我 -- Create tablecreate table T_QUN_STUDY( T_ID NUMBER not null, T_NAME VARCHAR2(50), T_PASSWORD VARCHAR2(50))tablespace USERS pctfree 10 initrans 1 maxtrans 255 storage ( in... 阅读全文
posted @ 2009-11-22 14:00 style999 阅读(1381) 评论(0) 推荐(1)