postgresql 的xml 字符串操作

1883阅读 0评论2010-11-03 mirnshi
分类:

regexp_replace(ss, '(.*)', '')
xmlparse(document xmlstr) as xml
array_to_string(xpath('/xpath/text()', xml), '')
上一篇:会话
下一篇:PostgreSQL获取时间差的秒数