我的postgres表中有一个表,其数据结构奇怪。以下是数据结构的示例:
id | 1
name | name
data | :type: information
| :url: url
| :platform:
| android: ''
| iphone: ''
created_at | 2016-07-29 11:39:44.938359
updated_at | 2016-08-22 12:24:32.734321
如何更改数据>平台>例如android?
答案 0 :(得分:0)
刚做了一些研究,发现了这个诀窍:
postgresql - replace all instances of a string within text field