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 <