JOIN Zmiennej typu liczbowego z tekstową
inner join tabela2 tab2 on tab1.col1 = cast(regexp_substr(tab2.col2, '[0-9]+') as number)
JOIN Zmiennej typu liczbowego z tekstową
inner join tabela2 tab2 on tab1.col1 = cast(regexp_substr(tab2.col2, '[0-9]+') as number)