Answers for "postgresql add boolean columns"

SQL
0

how do you insert boolean to postgresql

PostgreSQL supports a single Boolean data type: BOOLEAN that can have three values: true , false and NULL . PostgreSQL uses one byte for storing a boolean value in the database. The BOOLEAN can be abbreviated as BOOL .
Posted by: Guest on January-21-2021

Code answers related to "postgresql add boolean columns"

Code answers related to "SQL"

Browse Popular Code Answers by Language