create view test_v as select char_zahl, to_number(char_zahl) num_zahl from test; select char_zahl, num_zahl from test_v;