i have a table city and columns name , id and address.
| name | id | address | 
|---|---|---|
| Hamburg | 05088 | 45478, AachenerStr 128 num. +49(xxx)xxxxxxx | 
My question is how can i select only numbers from column address and copy it to new column numbers?
like this:
| name | id | address | numbers | 
|---|---|---|---|
| Hamburg | 05088 | 45478, AachenerStr 128 num. +49(xxx)xxxxxxx | +49(xxx)xxxxxxx |