Categories
Sql Server

What Is SUBSTRING In SQL Server, Example Of SUBSTRING Function In SQL

What Is SUBSTRING In SQL Server, Example Of SUBSTRING Function In SQL In this tutorial i will explain you what is SUBSTRING function in SQL Server.SUBSTRING function returns part of a character, binary, text, or image expression.We use SUBSTRING to split the string and get only some part of it. Syntax:- SUBSTRING ( expression , start , length ) 1. Expression:- Is a character […]