Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
✅ Azure Stream Analytics ✅ Fabric Eventstream
Returns the integer value, as defined by the Unicode standard, for the first character of the input expression.
Syntax
UNICODE ( character_expression )
Arguments
character_expression
Is a nvarchar expression to be evaluated. If more than one character is provided, only the first one is considered.
Return Types
bigint
Examples
SELECT
UNICODE('茶') AS UnicodeTea
FROM Input
Returns:
UnicodeTea |
---|
33590 |