Oracle replace function to delete sub-string

chncaesar發表於2013-09-16
select replace('abc', 'a') from dual;
REPLACE('abc','a')
---------------------------
bc

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-772752/,如需轉載,請註明出處,否則將追究法律責任。

相關文章