blob: c4caa85bec07f6e827a07912bc64110817def481 [file] [log] [blame]
select customer.lname as c0 from customer as customer group by customer.lname order by customer.lname ASC NULLS LAST;