A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/expressions-byte-bit below:

Website Navigation


Bitwise expression functions | Snowflake Documentation

BITAND

BITAND(a, b)

Bitwise AND of two numeric or binary expressions (a and b).

BITAND_AGG

BITAND_AGG(a)

Bitwise AND value of all non-NULL numeric records in a group a.

BITNOT

BITNOT(a)

Bitwise negation of a numeric or binary expression.

BITOR

BITOR(a, b)

Bitwise OR of two numeric or binary expressions (a and b).

BITOR_AGG

BITOR_AGG(a)

Bitwise OR value of all non-NULL numeric records in a group a.

BITSHIFTLEFT

BITSHIFTLEFT(a, n)

Shift the bits for a numeric or binary expression n positions to the left.

BITSHIFTRIGHT

BITSHIFTRIGHT(a, n)

Shift the bits for a numeric or binary expression n positions to the right, with sign extension.

BITXOR

BITXOR(a, b)

Bitwise XOR of two numeric or binary expressions (a and b).

BITXOR_AGG

BITXOR_AGG(a)

Bitwise XOR value of all non-NULL numeric records in a group a.

GETBIT

GETBIT(a, n)

Return the bit at position n in a numeric expression.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4