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