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
Parsing string data with the new SQL Server 2016 STRING_SPLIT function
mssqltips.com
Jun 27, 2016
A way to improve STRING_SPLIT in SQL Server - and you can help
mssqltips.com
Aug 11, 2020
Top videos
2:25
How to Split Names from Two Tables and Join Them in SQL
YouTube
vlogize
1 views
11 months ago
1:50
How to Effectively Split a FullName Column in SQL Server
YouTube
vlogize
20 views
11 months ago
Split Delimited String into Columns in SQL Server
mssqltips.com
Feb 19, 2020
SQL Server STRING_SPLIT Function
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
How to implement array-like functionality in SQL Server
sqlshack.com
168 views
Jan 16, 2018
2:25
How to Split Names from Two Tables and Join Them in SQL
1 views
11 months ago
YouTube
vlogize
1:50
How to Effectively Split a FullName Column in SQL Server
20 views
11 months ago
YouTube
vlogize
Split Delimited String into Columns in SQL Server
Feb 19, 2020
mssqltips.com
4:01
SQL Queries||How to split the name column into First and Last Name?
1.7K views
Apr 1, 2024
YouTube
SQLtoSSIStoPowerBI
1:01
SQL Tips Split a column
2.3K views
Mar 17, 2022
YouTube
Select Distinct
1:45
How to Insert a Fullname Column into Name and Last Name Column
…
5 months ago
YouTube
vlogize
24:34
Create Function for Split Full Name into First, Middle, and Last Name
…
399 views
Aug 6, 2024
YouTube
CodeInQueries
6:57
SQL Tutorials - 11.Separate characters in SQL like First and La
…
9.3K views
Apr 25, 2019
YouTube
Melvin King
1:24
How to Split After a Delimiter in SQL for Hostnames
1 views
5 months ago
YouTube
vlogize
1:59
How to Split Rows in SQL to Extract Names and Aliases Efficiently
5 months ago
YouTube
vlogize
4:54
How to Separate First Name & Last Name from Name column in SQL
5.6K views
Jan 26, 2022
YouTube
RM TechTutorial
1:29
How to split a column of text into multiple columns in SQL Server
12.4K views
Apr 13, 2023
YouTube
Select Distinct
4:23
How To Split Delimited Data In SQL Server
13K views
Sep 1, 2015
YouTube
MS Tech Tutorials
11:34
SQL SERVER||How to get First, Middle and Last Names from FullN
…
5.3K views
Sep 18, 2022
YouTube
SQLtoSSIStoPowerBI
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
7:33
String Split in SQL Server
4.9K views
Mar 23, 2020
YouTube
SQL Tutorial
10:33
SQL Query | Split concatenated string into columns | STRING_SPL
…
58K views
Jul 14, 2020
YouTube
Learn at Knowstar
2:00
Split a Column in SQL - Extremely Useful Method
2.1K views
Nov 29, 2022
YouTube
Umang Bhardwaj
3:10
Split Full Name into First, Middle & Last in Excel | Easy Formula Trick
…
4.2K views
10 months ago
Facebook
Excel Tricks
6:15
SQL Interview Question - Split Full Name into First, Middle, Last Name
121 views
3 months ago
YouTube
Data Engineering Studies
2:28
How to Split a String and Remove the Last Value in SQL Server
3 views
11 months ago
YouTube
vlogize
2:36
How to Split a Column into Multiple Columns in SQL Server
13 views
9 months ago
YouTube
vlogize
1:12
🔥 Split Comma Separated Values in SQL Like a Pro | STRING_SPLIT()
…
80 views
3 months ago
YouTube
Ship of Learning
8:17
SQL Interview Question 2025 | Split Fullname into FirstName and Last
…
2.8K views
Feb 27, 2025
YouTube
Skill Techath0n
1:53
How to Effectively Split a String in SQL into Multiple Columns
3 views
9 months ago
YouTube
vlogize
1:36
Mastering SQL: How to Split Multi-Values from Different Columns
2 views
11 months ago
YouTube
vlogize
13:20
STRING_SPLIT: Splitting strings into multiple rows using SQL Server u
…
28.8K views
May 19, 2022
YouTube
SQL Server 101
1:41
How to Split Values of a SQL Record Across Multiple Columns
5 views
11 months ago
YouTube
vlogize
See more videos
More like this
Feedback