数据库
文章平均质量分 74
laocool
在路上
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows7 下安装oracle10g的方法
1. 到oracle官方网站下载 安装包 10203_vista_w2k8_x86_production_db.zip 及 10203_vista_w2k8_x86_production_client.zip,并解压。 2. 查找安装文件夹中的refhost.xml文件. (Oracle 10g客户端\s...原创 2010-07-20 11:42:54 · 134 阅读 · 0 评论 -
Oracle函数
SQL中的单记录函数1、 ASCII返回与指定的字符对应的十进制数;SQL> select ascii('A') A, ascii('a') a, ascii('0') zero, ascii(' ') space from dual; A A ZERO ...原创 2011-01-07 10:39:06 · 118 阅读 · 0 评论 -
mysql安装过程中 the service could not be started
一、 系统软件情况: mysql-enterprise-gpl-5.0.80-win32; windows 7 home edition. 二、 出现的状况: 在使用MySQL Server Instance Config Wizard重新设置mysql默认字 符集...原创 2010-11-19 20:53:29 · 2351 阅读 · 0 评论 -
Oracle的Nvl函数
一、介绍:nvl( ) 函数从两个表达式返回一个非 null 值。语法NVL(eExpression1, eExpression2)参数eExpression1, eExpression2如果 eExpression1 的计算结果为 null 值,则 NVL( ) 返回 eExpression2。如果 eExpression1 的计算结...原创 2010-12-07 19:00:04 · 246 阅读 · 0 评论
分享