Would anyone have a query to insert into the Oracle database all Brazilian cities with accent and cedilla in the words?
I'm trying to find some on the internet, but all use insert of multiple values and in Oracle would have to write the syntax: INSERT INTO TABELA VALUE VALOR
for each city.
I already have the table created with the columns: ID_MUNICIPIO
, NM_MUNICIPIO
and ID_ESTADO
.