How can I extract a number from string using regex with various formats (MySQL)?
I have a MySQL data table which stores metadata for client transactions. I am writing a query to extract a number out of the metadata column, which is essentially a JSON stored as a string. I am trying to find…