Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions