oracle11g学习笔记-基本函数

十月 10th, 2009 | 2 Comments | Posted in 4.数据库, oracle | 阅读次数: 128 次

制作:高进波 时间:2009-10-10 Oracle的函数很多,可以分为基本函数和分析函数两大类. 在联机事务处理系统中,基本函数使用的很多,而在以数据仓库为基础的经营分析系统中,除了基本函数外,还要用 到分析函数.[......]

Read more

Tags:

oracle11g学习笔记-select

十月 10th, 2009 | 3 Comments | Posted in 4.数据库, oracle | 阅读次数: 77 次

制作:高进波 时间:2009-10-09 select完整语法 select [all | distinct top n [percent] with ties select_list [into [new_table_na[......]

Read more

Tags: , , ,

oracle11g学习笔记 – SQL语言基础

十月 9th, 2009 | 8 Comments | Posted in 4.数据库, oracle | 阅读次数: 109 次

制作:高进波
时间:2009-10-09

环境:
centos 5.3 x86
oracle11g r2 x86

一.SQL语言基础

分类

1.数据查询语言(DQL)
select

2.数据操纵语言(D[......]

Read more

Tags: ,