我想在PostgreSQL SELECT查询中的字符'/'后提取字符串.
字段名称是source_path,表名是movies_history.
source_path
movies_history
数据示例:
source_path的值:
等等.source_path的所有值都采用此格式
我只需要获取'file.xxx'字符串.
regex sql postgresql pattern-matching
pattern-matching ×1
postgresql ×1
regex ×1
sql ×1