From the course: Complete Guide to SQL for Data Engineering: from Beginner to Advanced
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Solution: Play with strings - SQL Tutorial
From the course: Complete Guide to SQL for Data Engineering: from Beginner to Advanced
Solution: Play with strings
“
(upbeat music) - [Instructor] Let's first see how the tags looks like. I will say select * from products. And it specifically, let's say, select tags from the products. You can see that this is not looking correct. All of them are look like in a lower case. So to change this, we just say that initcap. So there is a function called initcap that will make the first letter as a capital one. Now, if I execute this again, you will see Electronics, Portable, Tech, all the words' first letter is coming as capital.
Contents
-
-
-
-
-
-
- (Locked) Introduction to SQL functions4m 30s
- (Locked) Using mathematical functions4m 56s
- (Locked) Working with date functions9m 2s
- (Locked) Working with time functions7m 6s
- (Locked) String functions: Concatenation and trimming5m 45s
- (Locked) String functions: Changing case and extracting substrings7m 22s
- (Locked) Challenge: Play with strings48s
- (Locked) Solution: Play with strings50s
- (Locked)
-
-
-
-
-
-
-
-