3rd highest salary in sql server

SQL Server substring

The SQL SUBSTRING() function is used to extract a sub string from a given string's start to end position.

Syntax:

//GET SQL SUBSTRING
SELECT SUBSTRING('C2495E17-2B72-4FA0-969D-BE8388E4BDBC', 5, 19) as SUBS_TRING_RESULT

OR

//GET SQL SUBSTRING
SELECT TOPUPPER(SUBSTRING (NAME,1,1)) + LOWER(SUBSTRING(NAME,2,255))
             AS 'CUSTOMER_NAME'
FROM CUSTOMER





ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

SQL Server substring SQL Server substring Reviewed by Anil Singh on 1:26 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^