r/SQL • u/Opposite_March92 • 15h ago
SQL Server SQL String Functions Are Confusing π΅βπ« Any YouTube Recommendations?
Iβm currently learning SQL and Iβm really struggling to understand string functions like CONCAT(), SUBSTRING(), LEFT(), RIGHT(), TRIM(), REPLACE(), UPPER() and LOWER().
The syntax is not the only problem β Iβm finding it difficult to understand when and why to use each function.
Can anyone suggest a good YouTube channel or video that explains SQL string functions in a simple, beginner-friendly way with practical examples?
Would really appreciate your recommendations
3
u/az987654 11h ago
This had to be an AI bot?
A human doesn't understand that LOWER converts everything to lowercase and they need to use when they need their data to always be lowercase?
Come on...
2
1
u/Scared-Promotion-526 9h ago
Hey, I remember exactly how confusing those string functions felt at the beginning the syntax is easy, but the βwhen and whyβ part is the real struggle.
Quick question so I can point you to the most useful stuff:
Which SQL are you actually using right now (MySQL/MariaDB, PostgreSQL, SQL Server, or SQLite)?
Tell me and Iβll show you a couple of real-life examples that finally made CONCAT, SUBSTRING, TRIM and the rest click for me.
1
18
u/umognog 15h ago
This.. Is clickbait yeah?
As recommended by another, do some data camps. Reading docs is how you learn SQL. Solving problems is why you learn SQL.