bit_get
function
Applies to: Databricks SQL Databricks Runtime 11.3 LTS and above
Returns the value of a bit in a binary representation of an integral numeric. This function is a synonym for getbit function.
Arguments
expr
: An expression that evaluates to an integral numeric.pos
: An expression of type INTEGER.