CHAR
Description
Returns a single-byte character with the integer sent as a parameter on the ASCII table (CHAR in Transact-SQL).
Sample Source Pattern
Syntax
CHAR( expression )Snowflake SQL complete documentation
{CHR | CHAR} ( <input> )JavaScript complete documentation
String.fromCharCode( expression1, ... , expressionN )Examples
Input:
Output:
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
