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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -