Conditional SQLite check constraint?

后端 未结 3 1630
忘了有多久
忘了有多久 2020-12-29 03:12

I have a table defined by the following SQL:

CREATE TABLE test (
  id       integer PRIMARY KEY NOT NULL UNIQUE,
  status   text NOT NULL,
  enddate  date,
          


        
3条回答
提交回复
热议问题