You want to use postgresql's replace function: replace(string text, from text, to text). for instance : UPDATE <table> SET <field> ...
確定! 回上一頁