1、Mybatis中数据库语句的选择 使用:

<choose> 

                      = c.code 
                 </when>
                 <otherwise >
                    =c.ex
                </otherwise>
            </choose>
       </when>
      <otherwise >
         = c.delive 
      </otherwise>
</choose>

2、分区排序

Row_num() over ():

ROW_NUMBER() OVER (PARTITION BY V.CODE ORDER BY V.MODIFYTIME) ROW_NUM

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2021-04-20
  • 2021-03-30
  • 2022-12-23
  • 2021-12-14
  • 2021-04-09
猜你喜欢
  • 2021-08-18
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案