mysql ambil nomor dalam string

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