Conditional SQLite check constraint? September 11, 2023 by Tarik How about: CHECK (status = "Current" or (status = "Complete" and enddate is not null))