343
343
explain select * from t1 where not((a < 5 and a < 10) and (not(a > 16) or a > 17));
344
344
id select_type table type possible_keys key key_len ref rows Extra
346
346
select * from t1 where not((a < 5 and a < 10) and (not(a > 16) or a > 17));