I have a column get_parameter in my table comments.
A get_parameter is a string that looks like this:
number1=7013448034
I need to extract the number from the above so that I'm left with just 7013448034.
How can I select that substring and get rid of number1= using PostgreSQL?