标签: postgresql serialization
是否可以搜索在php中序列化并在postgresql中存储的字段?
答案 0 :(得分:1)
您可以使用正则表达式匹配,但速度不会很快:
select * from table where field ~* 'sometext';