oracle - SQL UPPERCASE UPDATE STATEMENT -
oracle - SQL UPPERCASE UPDATE STATEMENT -
update name_surname_dictionary set name=upper("helen") seq='1';
i have problem . wanna create upper this;
result:"helen"
try
update name_surname_dictionary set name=upper('"helen"') seq='1';
and don't forget create commit statement.
sql oracle
Comments
Post a Comment