select * from route where route_id not in (select route_id from schedule);
如果使用not exists,怎么写?