All
Search
Images
Videos
Shorts
Maps
News
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
9:23
YouTube
TnS_AiDa_Tech
How to split full_name into first_name and last_name in sql and information expr transformation.
Sql command:- SELECT FULL_NAME, SUBSTR(FULL_NAME,1,INSTR(FULL_NAME,' '))AS FSIRT_NAME , SUBSTR(FULL_NAME,INSTR(FULL_NAME,' '))AS LAST_NAME FROM employees_full_name; Expression condition for informatica:- First Name:- IIF((instr(FULL_NAME,' ')) = 0, FULL_NAME, SUBSTR(FULL_NAME,1,INSTR(FULL_NAME,' ',-1,1 ))) Last Name: IIF((instr(FULL_NAME ...
11.2K views
Oct 29, 2022
SQL Server Split String
The STRING_SPLIT function in SQL Server
sqlshack.com
168 views
Dec 3, 2018
A way to improve STRING_SPLIT in SQL Server - and you can help
mssqltips.com
Aug 11, 2020
Split Delimited String into Columns in SQL Server
mssqltips.com
Feb 19, 2020
Top videos
4:01
SQL Queries||How to split the name column into First and Last Name?
YouTube
SQLtoSSIStoPowerBI
1.7K views
Apr 1, 2024
4:54
How to Separate First Name & Last Name from Name column in SQL
YouTube
RM TechTutorial
5.6K views
Jan 26, 2022
6:15
SQL Interview Question - Split Full Name into First, Middle, Last Name
YouTube
Data Engineering Studies
141 views
4 months ago
SQL Server STRING_SPLIT Function
Top SQL string functions in SQL Server 2017
sqlshack.com
Sep 16, 2018
Removing Duplicates from Strings in SQL Server
mssqltips.com
Jan 15, 2016
SQL Server STRING_AGG and STRING_SPLIT functions
mssqltips.com
Jan 19, 2018
4:01
SQL Queries||How to split the name column into First and Last Name?
1.7K views
Apr 1, 2024
YouTube
SQLtoSSIStoPowerBI
4:54
How to Separate First Name & Last Name from Name column in SQL
5.6K views
Jan 26, 2022
YouTube
RM TechTutorial
6:15
SQL Interview Question - Split Full Name into First, Middle, Last Name
141 views
4 months ago
YouTube
Data Engineering Studies
8:17
SQL Interview Question 2025 | Split Fullname into FirstName and Last
…
2.8K views
Feb 27, 2025
YouTube
Skill Techath0n
1:50
How to Effectively Split a FullName Column in SQL Server
20 views
11 months ago
YouTube
vlogize
6:57
SQL Tutorials - 11.Separate characters in SQL like First and La
…
9.3K views
Apr 25, 2019
YouTube
Melvin King
2:25
How to Split Names from Two Tables and Join Them in SQL
1 views
11 months ago
YouTube
vlogize
1:29
How to split a column of text into multiple columns in SQL Server
12.4K views
Apr 13, 2023
YouTube
Select Distinct
1:01
SQL Tips Split a column
2.3K views
Mar 17, 2022
YouTube
Select Distinct
4:04
SQL Queries||Write CTE to separate name into first and last names
24 views
6 months ago
YouTube
SQLtoSSIStoPowerBI
0:08
SQL Tips extract First name and last name from full name #sql #intervie
…
1.1K views
Sep 19, 2024
YouTube
Desk For Dev
2:59
Extracting First, Middle, and Last Names from a Full Name in SQL
22 views
Feb 17, 2025
YouTube
vlogize
The STRING_SPLIT function in SQL Server
168 views
Dec 3, 2018
sqlshack.com
1:59
How to Split Rows in SQL to Extract Names and Aliases Efficiently
5 months ago
YouTube
vlogize
0:59
Extract the last name from the Full Name column SQL query MSSQL t
…
2.9K views
Nov 2, 2023
YouTube
AI Code with Haritha
Split Delimited String into Columns in SQL Server
Feb 19, 2020
mssqltips.com
11:34
SQL SERVER||How to get First, Middle and Last Names from FullN
…
5.3K views
Sep 18, 2022
YouTube
SQLtoSSIStoPowerBI
Separating text - SQL Video Tutorial | LinkedIn Learning, formerly Lynd
…
Feb 7, 2023
linkedin.com
1:53
How to Use SPLIT and EXPLODE in SQL | Real Project Example
227 views
6 months ago
YouTube
Tester Hoon
12:53
String Split Function in SQL Server | String_split in SQL server
27.1K views
Dec 13, 2018
YouTube
Training2SQL MSBI
4:12
Unlock the Power of SQL Server, String_Split Function: Easy Tutori
…
382 views
Mar 17, 2023
YouTube
Software Nuggets
34:21
SQL Server-10 (Complete String Functions in SQL)
30.6K views
Aug 28, 2019
YouTube
CCV KNOWLEDGE HUB
1:24
How to Split After a Delimiter in SQL for Hostnames
1 views
5 months ago
YouTube
vlogize
0:33
SQL Tricks | Extract Initials From Full Name #sqltricks #fallintoshorts
2.5K views
4 months ago
YouTube
Learn at Knowstar
3:10
Split Full Name into First, Middle & Last in Excel | Easy Formula Trick
…
4.2K views
10 months ago
Facebook
Excel Tricks
4:23
How To Split Delimited Data In SQL Server
13K views
Sep 1, 2015
YouTube
MS Tech Tutorials
1:54
How to Multiply SQL Rows Using STRING_SPLIT in SQL Server
6 months ago
YouTube
vlogize
How to split full name to first and last name in Excel?
Jun 8, 2012
extendoffice.com
2:00
Split a Column in SQL - Extremely Useful Method
2.1K views
Nov 29, 2022
YouTube
Umang Bhardwaj
See more videos
More like this
Feedback