Skip to content

Create new section as "String Manipulation" inside -> convert word from lower to uppercase and Upper to lower case #27

@sagarbee

Description

@sagarbee

If you want to convert the values in the ename column of a table to uppercase in Oracle SQL, you can use the UPPER function. The UPPER function converts all characters in a string to uppercase. Here's an example query:

UPDATE your_table_name
SET ename = UPPER(ename);

also if we put number as input then it shoul show error

similar for Uppercase to lowercase

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions