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.