Skip to content

SQL Reference

GET_BIT

  • bitstring: BIT
  • index: INTEGER
SELECT get_bit('0110010'::BIT, 2);