embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

`to_decimal` support binary string format

Open DanCodedThis opened this issue 5 months ago • 0 comments

Add support for binary string format and formatting (such as: SELECT TO_DECIMAL('ae5', 'XXX') -> 2789)

Basic to_decimal: #1339

Reference: https://docs.snowflake.com/en/sql-reference/functions/to_decimal#examples

DanCodedThis avatar Jul 15 '25 21:07 DanCodedThis