区分有空值左右表

select cust_name,order_num from Customers left join Orders on Orders.cust_id = Customers.cust_id order by cust_name