Yes, there is. You can try the following SQL syntax (substitute highlighted items with actual table/field names):
UPDATE MyTable SET
Field1 = NULL,
Field2 = NULL,
Field3 = NULL,
Field4 = NULL,
Field5 = NULL,
Field6 = NULL
WHERE NOT (
Field1 = 'CT' OR
Field2 =...