I am working with a table in a PostgreSQL database that has several boolean columns that determine some state (e.g. published, visible, etc.). I want t
published
visible
You can apply the bit string functions directly to a bit string without the need to cast from an integer.