Substring():- This function is used to return the specified number (third argument “len”) of characters from a given string(first argument) from the start position as specified as the second argument.
Syntax:-
Select SUBSTRING ( expression ,start , length )
For example,
Select SUBSTRING ( ‘kingmaker’ ,1 , 4 )
Result
king
Discover more from Technology with Vivek Johari
Subscribe to get the latest posts sent to your email.
31 comments