SQL Server String Functions

Showing 5 of 30 records (Sample Data)

Function Description
ASCII Returns the ASCII value for the specific character
CHAR Returns the character based on the ASCII code
CHARINDEX Returns the position of a substring in a string
CONCAT Adds two or more strings together
Concat with + Adds two or more strings together

Notes

  • Last updated on January 27, 2020