CHAR
Last updated
Last updated
Returns a single-byte character with the integer sent as a parameter on the ASCII table (CHAR in Transact-SQL).
CHAR( expression )
Input:
SELECT CHAR(170) AS SMALLEST_A
Output:
SMALLEST_A|
-----------+
ª|