Mysql weź numer w ciągu
select REGEXP_SUBSTR(name,"[0-9]+") as amount from `subscriptions`;
OwO People
select REGEXP_SUBSTR(name,"[0-9]+") as amount from `subscriptions`;