snowflake.snowpark.functions.sql_expr¶
- snowflake.snowpark.functions.sql_expr(sql: str) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L447-L467)¶
Creates a
Columnexpression from raw SQL text. Note that the function does not interpret or check the SQL text.- Example::