[Solution found!] 您要使用postgresql的replace函数: replace(string text, from text, to text) 例如: UPDATE <table> SET <field> = replace(<field>, 'cat',…
確定! 回上一頁