完全卸载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的不同。
2007-08-13

sql语句

***********削除重复行********************************************** 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 ...