Hello All,
I am using the select query as below
Select country from table1 which give the output as
COUNTRY
US
USA
UK
Malaysia
France
Europe
US
USA
I want to change whenever US comes it change to USA. So the output should be as below-:
COUNTRY
USA
USA
UK
Malaysia
France
Europe
USA
USA
I am using the select query as below
Select country from table1 which give the output as
COUNTRY
US
USA
UK
Malaysia
France
Europe
US
USA
I want to change whenever US comes it change to USA. So the output should be as below-:
COUNTRY
USA
USA
UK
Malaysia
France
Europe
USA
USA