Answer the question
In order to leave comments, you need to log in
How to check when inserting into a table for example if psql?
How can I check when inserting into a table, for example, if
I want to insert only words into the work column - 'registrar' , 'coordinator', 'user'
how can I do (
create table person (
id serial,
name varhcar(30) not null check( name='registrator' and 'coordinator' or 'user' )
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question