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

c - Compilation of a code: unkown type name string -

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

Php operator `break` doesn't stop while -