You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.ascii¶

snowflake.snowpark.functions.ascii(e: ColumnOrName) → Column[source]¶

Returns the ASCII code for the first character of a string. If the string is empty, a value of 0 is returned.