摘要:
------------------------------------环境代码create table student(stuid varchar2(10) not null,stuname varchar2(10) not null,sex char(2));create table subject (subjectid int,subjectname varchar2(10));create table score(stuid int,subjectid int,score int);insert into student values (1001, 'wind', 阅读全文
阅读排行榜
回收站中被标记删除的表不可以DML和DDL操作
2012-05-17 10:53 by java环境变量, 248 阅读, 收藏,
摘要:
表被DROP掉后存放到了回收站中,有一些局限性,回收站中被标记删除的表不可以DML和DDL操作。1.模拟表被不含有PURGE关键字的DROP语句删除1)确认回收站功能已经开启SQL> show parameter recyclebinNAME TYPE VALUE------------------------------------ ----------- ----------------------recyclebin string onSQL> show recyclebin;2)新建测试表模拟删除create table t1(sid int not null primar 阅读全文
PL/SQL-5 错误处理
2012-03-14 09:31 by java环境变量, 248 阅读, 收藏,
摘要:
---------------------------------------------------------------------------------------***************************************************************************************第五部分:错误处理***************************************************************************************------------------------------ 阅读全文
hdu 1241 Oil Deposits----DFS
2012-02-29 00:22 by java环境变量, 248 阅读, 收藏,
摘要:
Oil DepositsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4219Accepted Submission(s): 2415Problem DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangul 阅读全文
2012.01.10
2012-01-10 21:22 by java环境变量, 248 阅读, 收藏,
摘要:
今晚acm队开了会。 记住自己说过的话。尽最大的努力去争取省赛,区域赛。 寒假不能松懈。好好搞算法。 加油scar。 阅读全文
浙公网安备 33010602011771号