SQL String Functions Tutorial (LEFT, RIGHT, POSITION, CONCAT, LOWER, REPLACE)
A step-by-step video tutorial on the most popular SQL string functions like CHAR_LENGTH, LEFT/RIGHT, CONCAT, POSITION, UPPER/LOWER, and REPLACE! List of string functions: Queries: 1) Get the number of characters in a string: SELECT CHAR_LENGTH(column1) FROM table 2) Get a certain number of characters starting from the left: SELECT LEFT(column1, 5) FROM table 3) Get a certain number of characters starting from the right: SELECT RIGHT(column1, 5) FROM table 4) Get the position of a character in a string: SELECT POSITION(' ' IN column1) FROM table 5) Combine strings together: SELECT CONCAT(column1,' ',column2) FROM table 6) Make all the characters in a string lowercase: SELECT LOWER(column1) FROM table 7) Make all characters in a string uppercase: SELECT UPPER(column1) FROM table 8) Replace characters in a string: SELECT REPLACE(column1,' ','') FROM table Get the Northwind Database: • How to Load a Sample PostgreSQL Database i... Support the Channel: 1) Subscribe: 2) DataCamp: 3) Udacity:

How to ROUND in SQL (includes up CEILING and down FLOOR)

How to do Subqueries in SQL with Examples
![Beginner to T-SQL [Full Course]](https://i.ytimg.com/vi/cACat4KNncg/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLA4o6xA3UzwmxwP9P-enFU9sgxi6Q)
Beginner to T-SQL [Full Course]

SQL Date & Time Functions | DATEPART, DATENAME, DATETRUNC, EOMONTH | #SQL Course 15

Why Aliens Would NEVER Invade Africa

SQL String Functions (Visually Explained) | A Detailed Guide | #SQL Course 13

Basic Aggregate Functions in SQL (COUNT, SUM, AVG, MAX, and MIN)

How to use the DATE_TRUNC Function in SQL (vs. TO_CHAR)

Prince Auditions - SNL

SQL Tutorial - All 38 Concepts You Need To Know

7 Simple Tricks to Instantly Make Your SQL Queries Better

Advanced Aggregate Functions in SQL (GROUP BY, HAVING vs. WHERE)

Listen and Feel the Peace | Tibetan Healing Sounds for Deep Meditation, Inner Peace & Soul Healing
![SQL Course for Beginners [Full Course]](https://i.ytimg.com/vi/7S_tz1z_5bA/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLCAEolqW9nvnTsvv0q31O_tNsNdIw)
SQL Course for Beginners [Full Course]

SQL CTE (Common Table Expression) Visually Explained | Full Guide WITH Clause | #SQL Course 28

How to Filter with the WHERE clause in SQL

Learn SQL Basics in Just 15 Minutes!

SQL Beginner to Advanced in One Hour | CareerFoundry Webinar

SQL Functions with Examples | SQL Functions | SQL Clause | Intellipaat

