在一张客户表中,根据已经提供的客户号查询,查出表中未查到的客户号
SELECT customer_id FROM customers WHERE customer_id NOT IN (provided_ids);