MySQL Nehmen Sie die Nummer in String ein

select REGEXP_SUBSTR(name,"[0-9]+") as amount from `subscriptions`;
OwO People