Want Faster Queries? These 10 SQL Functions Will Do It

Опубликовано: 17 Июль 2026
на канале: Chris Gambill | Data Engineering Strategy
248
10

Level up your data skills!

MUST KNOW - SQL functions for data engineering.

Perfect for beginners and experienced users!

Why Watch?

Discover the top 10 SQL functions data pros use every day.
Master data manipulation and analysis with clear explanations and examples.
Boost your efficiency and write powerful SQL queries.
Applicable to data engineers, analysts, and anyone working with databases.
Watch Now and Take Control of Your Data!

Chapters:
00:00 Intro
00:25 List of SQL Functions
01:06 How do I do aggregations in SQL?
02:50 How do I make everything Uppercase in SQL?
03:30 How do I handle nulls in sql? - ISNULL vs COALESCE
05:00 How do I get just part of a text field in sql? LEFT/RIGHT/SUBSTRING
06:00 What SQL Questions do you have?
06:15 How to get rid of bad characters in SQL? REPLACE
07:27 How do I get today's data in SQL? getdate/getUTCdate
08:25 How do I add month's to dates in SQL? How do I get the difference between 2 dates?
10:11 How do I get rid of spaces in my values in SQL? TRIM
11:27 How do I change a field from a text field to a number field? CAST
12:34 Comment Time!! CTA2
12:52 Wow your coworkers with this Mystery SQL Function
14:12 How to get part of a text when you need to change where you start and stop?
16:11 Recap