Oracle 行列转换
摘要:1、固定列数的行列转换如student subject grade--------- ---------- --------student1 语文 80student1 数学 70student1 英语 60student2 语文 90student2 数学 80student2 英语 100……转换为语文 数学 英语student1 80 70 60student2 90...
阅读全文
posted @
2010-02-25 14:51
ToKens
阅读(384)
推荐(0) 编辑
Oracle中特殊的INSERT语句
摘要:---------------------------------------insert into table-name select ...---------------------------------------insert into table-name values(coL-values, ... default)-----------------------------------...
阅读全文
posted @
2010-02-25 14:49
ToKens
阅读(425)
推荐(0) 编辑
Oracle安装中的DHCP问题
摘要:原文:http://yangyiqian.javaeye.com/blog/5187161.Linux 修改hosts文件 将ip地址与localhost设定就可以了,如下 vi /etc/hosts # Do not remove the following line, or various programs # that require network functionality will f...
阅读全文
posted @
2010-02-02 10:19
ToKens
阅读(902)
推荐(0) 编辑