Use check constraint on a column based on the value of a column in another table

后端 未结 0 1589
野性不改
野性不改 2020-12-20 15:50

I have one table:

CREATE TABLE teams (
    id INTEGER PRIMARY KEY,
    member_count INTEGER NOT NULL
);

I have another table:

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题