Answers for "what is enumeration data type in postgresql"

SQL
0

postgres enumerated type

CREATE TYPE mood AS ENUM ('sad', 'ok', 'happy');
Posted by: Guest on August-03-2021

Code answers related to "what is enumeration data type in postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language