19notin.mql 114 B

123456
  1. select count(*) as count from /test/prepare where v_varchar not in('2', '3')
  2. /**
  3. matchcount("count", 1, 1)
  4. **/
  5. ;