I assumed it would be fine to execute SQL ommand something like this
Installation' OR 'Software Repair'
This didn't work so well so I tried
This didn't go so great either, I got a missing expression for Data Recovery
This gave me a cannot validate SYS.CH_SERVICETYPE -check constraint violated
Does this mean this constraint is already in place? If not
How can I enforce a Check Constraint for a table to require only specific values?
Thanks