wuyuwuyueping

--查询一个字段

select c.othflag from prpcmain c where rownum=1;   --010000YY000000002000

--取该字段的第一个数字

select distinct substr(c.OthFlag,1,1) as newflag from prpcmain c where rownum=1;   --0

分类:

技术点:

相关文章:

  • 2022-02-09
  • 2022-01-20
  • 2021-11-13
  • 2021-11-13
  • 2021-11-27
  • 2021-07-11
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-02-09
  • 2018-02-12
  • 2022-12-23
相关资源
相似解决方案