oracle 自动添加序号列 排序

      select      HSL.sortno,
                    HSL.B,
                    HSL.A,
                    row_number() over(order by sortno desc) xh
               from (select  t.B, t.A ,
                            case
                              when t.B = ‘股份公司‘ then
                               9999999
                              else
                               t.A   end as sortno
                       from 表 t
                    ) HSL

oracle 自动添加序号列 排序

上一篇:Oracle 11g client的安装和配置。


下一篇:数据库 MySQL 数据导入导出