久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      oracle replace()函數(shù)怎么用

      在oracle中,replace()函數(shù)用于替換字符串,可以查找指定字符串中的指定字符,并利用新字符進(jìn)行替換;語(yǔ)法“REPLACE('字符串','搜索值','替換值');”。

      oracle replace()函數(shù)怎么用

      本教程操作環(huán)境:Windows7系統(tǒng)、Oracle 11g版、Dell G3電腦。

      在oracle中,replace()函數(shù)用于替換字符串。

      replace()函數(shù)查找指定字符串中指定字符,并利用新字符進(jìn)行替換。

      語(yǔ)法:

      SELECT REPLACE(X,old,new)

      查找字符串X中old字符,并利用new字符替換

      注:REPLACE() 搜索old時(shí)進(jìn)行區(qū)分大小寫(xiě)的匹配。

      示例:

      SQL> SELECT REPLACE('www.php.cn', 'w', 'Ww'); +---------------------------------------------------------+ | REPLACE('www.php.cn', 'w', 'Ww')                        | +---------------------------------------------------------+ | WwWwWw.php.cn                                           | +---------------------------------------------------------+ 1 row in set (0.00 sec)

      推薦教程:《Oracle教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)