Tori Wei

Results 1 issues of Tori Wei

**Named Arguments** In Snowflake, [ROUND()](https://docs.snowflake.com/en/sql-reference/functions/round) can be used with named arguments, which is not supported in [DuckDB](https://duckdb.org/docs/stable/sql/functions/numeric#roundv-numeric-s-integer). ``` >>> parse_one("ROUND(EXPR => -2.5, SCALE => 0, ROUNDING_MODE => 'HALF_AWAY_FROM_ZERO')", "snowflake") Round(...