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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -