07 2023 档案

【openGauss】带有out参数的存储过程及自定义函数的重载测试
摘要:## 背景 先说下数据库里说的函数重载是什么。比如我们知道数据库可能会有同名的函数,但是函数的参数声明不一样 ```sql select to_char(sysdate,'yyyymmdd') from dual; select to_char(0.1,'fm9990.00') from dual; 阅读全文

posted @ 2023-07-31 13:52 DarkAthena 阅读(256) 评论(0) 推荐(0)

【openGauss】从“functions in index expression must be marked IMMUTABLE“谈起
摘要:## 背景 在从oracle迁移到openGauss中,创建函数索引的时候,偶尔会出现此类报错 >functions in index expression must be marked IMMUTABLE 大概意思是,函数索引里的函数,必须是“IMMUTABLE”的,如果不是"IMMUTABLE" 阅读全文

posted @ 2023-07-11 23:30 DarkAthena 阅读(231) 评论(0) 推荐(0)

导航