UNDO表空间
摘要:What Is Undo? Oracle Database creates and manages information that is used to roll back, or undo, changes to the database. Such information consists o
阅读全文
oracle 行转列函数pivot和unpivot
摘要:今天接到业务部门的一个需求,需要对同一公司的不同财务指标进行排序,需要用到oracle的行转列函数unpivot。 财务报表的表结构为: 要实现业务部门的排序筛选功能,需要首先将行数据转为列数据: 使用unpivot函数,实现如下
阅读全文