BIT_POSITION
bit_position(substring, bitstring)
Section titled “bit_position(substring, bitstring)”- substring: BIT
- bitstring: BIT
Example
Section titled “Example”SELECT bit_position('010'::BIT, '1110101'::BIT);SELECT bit_position('010'::BIT, '1110101'::BIT);