I just recently ' discovered' quick sql. I want to recreate an existing data-model using quick sql just to learn the 'can' and cannot do's.
It looks like creating check constraints is limited to 'in' operator like ' status in ('OPEN' , 'CLOSED')
Or do you know how to implement a constraint like end_date greater than or equal to start_date using quick sql?