flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Negative Numbers - int256
Ant-DAO-Ment
Negative Numbers - int256
Updated 2025-03-11
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
'positive'
as
hex_type
,
ethereum
.
public
.
udf_hex_to_int
(
'0x09'
)
as
value
union
select
'negative'
as
hex_type
,
ethereum
.
public
.
udf_hex_to_int
(
's2c'
,
'fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd'
)
as
value
Results
QueryRunArchived: QueryRun has been archived