oracle sql 截取表中某一字段的部分作为该字段查询结果

Posted 蒲木杉

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle sql 截取表中某一字段的部分作为该字段查询结果相关的知识,希望对你有一定的参考价值。

select distinct substr(t.stats_memo, instr(t.stats_memo, ) + 1) as memo
  from b2c_coupon_exchange t
 where t.stats_audit = 3

 

以上是关于oracle sql 截取表中某一字段的部分作为该字段查询结果的主要内容,如果未能解决你的问题,请参考以下文章