Skip to content

Commit cdeeb46

Browse files
committed
add information about aliassing
1 parent bf1d525 commit cdeeb46

File tree

1 file changed

+2
-1
lines changed
  • docs/query/DuneSQL-reference/Functions-and-operators

1 file changed

+2
-1
lines changed

docs/query/DuneSQL-reference/Functions-and-operators/varbinary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ and tx_hash IN (0x3e3c558e7f723e3bb7de1d8f5f920ca206e3e878984296a2b8e6af2969003a
2424
0xccfd2033adfb1fdd14fdfc047fe554ba7549e396abc6c559e9528a4259295b89)
2525
```
2626

27-
27+
!!! info "Byte array functions"
28+
Varbinary functions were previously called byte array functions. You might find e.g. `bytearray_to_uint256` in some of our older queries. These functions are identical to the varbinary functions and work as aliases.
2829

2930

3031

0 commit comments

Comments
 (0)