Redshift regex for before and after certain char

后端 未结 0 1249
慢半拍i
慢半拍i 2020-12-03 10:45

Data :- 1,2,3=20,4,5

select regexp_substr(data,\',3=[^,]*\')

output = ,3=20

Desired output = 20

How do I get rid of,3=? I can add <

相关标签:
回答
  • 消灭零回复
提交回复
热议问题