fxz0

博客园 首页 新随笔 联系 订阅 管理

合集-oracle

摘要:1.把返回结果集合,以表的形式返回 点击查看代码 select * from table(p_split('1,2,3'),','); create or replace type type_split is table of varchar2(4000); create or replace fu 阅读全文
posted @ 2023-06-15 13:56 fxz_code 阅读(60) 评论(0) 推荐(0)

摘要:解决方法: 对数字类型字段进行格式化to_char(0.59, 'FM9999999990.99') 阅读全文
posted @ 2023-12-29 16:07 fxz_code 阅读(364) 评论(0) 推荐(0)