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