Update ods_qad_cust_ar s
       Set s.customer = regexp_replace(customer,
                                        '[^[:alpha:]|^[:digit:]]',
                                        '');
                                       
         Update ods_qad_cust_aP s
       Set s.SUPPLIER = regexp_replace(SUPPLIER,
                                        '[^[:alpha:]|^[:digit:]]',
                                        '');
                                       

 

 

oracle 正则表达式 非字母 非数字

 

 oracle 正则表达式 非字母 非数字

 

 oracle 正则表达式 非字母 非数字

 

相关文章:

  • 2021-05-22
  • 2022-02-07
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案