I have a Column which have string values in my PostgreSQL table.
The string looks like this:
'192.168.1.1-mike.landline,192.136.152-sam.phone,192.364.1.0-main-phone'
Based on the string how can I select the last most value before the comma starts. i.e. 192.364.1.0-main-phone
I tried to look it up but no luck so far