Skip to content

SET_BIT

  • bitstring: BIT
  • index: INTEGER
  • new_value: INTEGER
SELECT set_bit('0110010'::BIT, 2, 0);