Loading lesson path
Concept visual
Start at both ends
Return an integer value (the Unicode value), for the first character of the input expression:
SELECT UNICODE('Atlanta');The UNICODE() function returns an integer value (the Unicode value), for the first character of the input expression.
character_expression )
Description character_expression Required. An nchar or varchar expression
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Return an integer value (the Unicode value), for the first character of the input expression:
FROM Customers;❮ SQL Server Functions