ORACLE Function

类型:
1. single-row function:指一行数据输入,返回一个值的函数。可用于select,where,order by语句中
常见的有
字符函数(如:substr)
日期函数(如:months_between)
数字函数(如:MOD)
转换函数(如:to_char)
通用函数(如:NVL)
2. mutil-row function指多行数据输入,返回一个值的函数。
如sum、max等。

Comments

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error