Global web icon
w3schools.com
https://www.w3schools.com/SQL/func_sqlserver_subst…
SQL Server SUBSTRING () Function - W3Schools
Definition and Usage The SUBSTRING () function extracts some characters from a string. Syntax SUBSTRING (string, start, length)
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/sql/t-sql/functi…
SUBSTRING (Transact-SQL) - SQL Server | Microsoft Learn
The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.
Global web icon
sqltutorial.org
https://www.sqltutorial.org/sql-string-functions/s…
SQL SUBSTRING Function
This tutorial shows you how to use the SQL SUBSTRING function to extract a substring from a string stored in the database.
Global web icon
mssqltips.com
https://www.mssqltips.com/tutorial/sql-substring-f…
SQL SUBSTRING Function Use and Examples
Learn about the SQL Server SUBSTRING functions and the different ways this could be used.
Global web icon
geeksforgeeks.org
https://www.geeksforgeeks.org/sql/substring-functi…
SQL Server SUBSTRING () Function - GeeksforGeeks
The SUBSTRING () function extracts a substring from a string, starting at a specified position and with an optional length. It can be used with literal strings or columns in a table.
Global web icon
devart.com
https://blog.devart.com/substring-function-in-sql-…
SUBSTRING () Function in SQL Server — Syntax and Examples
Understand how to use the SQL Server SUBSTRING function for extracting text. Includes examples with tables, dynamic extractions and tips.
Global web icon
tutorialgateway.org
https://www.tutorialgateway.org/sql-substring-func…
SQL SUBSTRING Function - Tutorial Gateway
In this article, we will explore the working functionality of the SQL Server SUBSTRING function, starting with syntax and basic variable examples. In the later section, we show how to use it on columns, extract text before and after, and find domain names from Email.
Global web icon
sqltutorial.net
https://www.sqltutorial.net/substring.html
SUBSTRINGSQL Tutorial
Overall, the SQL SUBSTRING function is a useful tool for extracting substrings from string values in SQL queries, allowing for more advanced manipulation and analysis of data.
Global web icon
dbvis.com
https://www.dbvis.com/thetable/sql-server-substrin…
SQL Server SUBSTRING Function: A Complete Guide
Let’s learn everything you need to know about the SQL Server SUBSTRING function to extract a portion of a specified character, binary, text, or image expression.
Global web icon
tutorialkart.com
https://www.tutorialkart.com/sql/sql-substring/
SQL SUBSTRING () String Function - Syntax, Examples [4]
In this tutorial, we will go through SQL SUBSTRING () String function, its syntax, and how to use this function to extract a portion of a string, with the help of well detailed examples.