Skip to content

SQL Reference

BITSTRING

  • bitstring: VARCHAR
  • length: INTEGER
SELECT bitstring('1010'::BIT, 7);