排名语句
select *,(select count(1) +1 from tPlanApply where applyquantity> a.applyquantity ) as 名次
from tPlanApply a  order by 名次

替换语句

SQL code

update tb

set 字段=replace(字段,替换后字符串,替换前字符串)


 

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-18
  • 2021-07-29
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案