count ( * ) from (select regexp_substr ( col_name, '[^ ]+', 1, column_value ) result, col_name from table_name t , table ( cast ( multiset ( select distinct level from table_name x connect by level <= length ( x.col_name ) - length ( replace ( x.col_name ...
↧