Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sagarbee opened this issue Jan 6, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request Hard SWOC s4

Comments

@sagarbee
Copy link
Contributor

sagarbee commented Jan 6, 2024

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

@sagarbee sagarbee changed the title Create new section to convert word from lower to uppercase Create new section as "String Manipulation" inside -> convert word from lower to uppercase and Upper to lower case Jan 6, 2024
@PranabKumarSahoo
Copy link
Owner

Hello @sagarbee,
Thank you for creating an issue on this! ⭐

Yah that a cool feature to add!
So, I'm officially assigning this task to you under SWOC. So feel free to start working on it.
Please keep me updated on your progress through images/videos in the comment section before raising the PR.

PS: Always mention the issue number in your PR in the following format: Resolve issue #<issue_number>


If you have any questions or need clarification, don't hesitate to ask in the comments or on Discord [Find #sql-dev-tools channel].

#Good luck! ✌️

@PranabKumarSahoo
Copy link
Owner

Hey @sagarbee,
What's your working progress on this.

PS: This is to inform you that, some issues are taking longer than expected to implement. If you find that any issue is taking too much time, please ensure to clone the recent version of the repository before making changes. This is important as others may have added new features that could affect your work.

Thank you for understanding. ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hard SWOC s4
Projects
None yet
Development

No branches or pull requests

2 participants