blob: 2edb23b0988cfa6861495030cae3cc4571749e26 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'CA') group by customer.city order by customer.city ASC NULLS LAST;