12 Star 43 Fork 14

enmotech / compat-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Oracle_Views_Upper.sql 283 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
DarkAthena 提交于 2024-04-15 23:42 . 补充还原兼容性参数
set behavior_compat_options = '';
create or replace function compat_tools.f_upper_name( name text,convert_ind text default :UPPER)
returns text immutable as
$$ select case when convert_ind='Y' then upper(name) else name end;
$$ language sql;
reset behavior_compat_options;
SQL
1
https://gitee.com/enmotech/compat-tools.git
git@gitee.com:enmotech/compat-tools.git
enmotech
compat-tools
compat-tools
master

搜索帮助