摘要:
Oracle 安装:检查安装包rpm -q binutils compat-libstdc++ elfutils-libelf elfutils-libelf-devel elfutils-libelf-devel-static gcc gcc-c++ glibc glibc-common glib... 阅读全文
posted @ 2015-05-03 17:31
Bodi
阅读(404)
评论(0)
推荐(0)
摘要:
oracle函数(单行函数)1、字符函数-- 大小写字符转换函数-- LOWER(column|expression) 将列或者表达式转换为小写形式select lower('SQL Function') from dual;-- UPPER(column|expression) 将列或者表达式转换... 阅读全文
posted @ 2015-05-03 17:29
Bodi
阅读(191)
评论(0)
推荐(0)