MySQL Leve o número em string

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