完全卸载ORACLE9i
文章转自部落阁——Blogger;原文地址:http://hi.baidu.com/1212u/blog/item/42c6da2fefb8b93b1e30890a.html
软件环境:
1、Windows XP+ORACLE 9
2、ORACLE安装路径为:D:\ORACLE
实现方法:
1、开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。
2、开始->程序->Oracle - OraHome9I->Oracle Installation Products-> Universal Installer 卸装所有Oracle产品,但Un ...
select b.stuffname,a.corname,b.age,b.qq,b.email,b.mp from tempclient a ,tempclient b where a.corno = b.corno and a.userid=1 and substring(AGE,9,10) = '04'
/**注释**/
substring(AGE,9,10) = '04' ----截取2007-03-25 第九位和第十位25,这和java的不同。
***********削除重复行**********************************************
select DISTINCT username from Student
************Between查询生日的sql,使用substring***************
select b.stuffname,a.corname,b.age,b.qq,b.email,b.mp from tempclient a ,tempclientstuff b where a.corno = b.corno and a.userid=1 and (subs ...
- 浏览: 13329 次
- 性别:

- 来自: xian

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
怎样学Java才是硬道理
说的有道理!
-- by 88958620 -
使用Timer的schedule()方 ...
在weblogic集群 是否能够执行
-- by jili3221058






评论排行榜