blob: daf3d6a3bb2669a52c11759120923916636d6bd9 [file] [log] [blame]
select customer.gender as c0 from customer as customer where UPPER(customer.gender) = UPPER('z') group by customer.gender order by customer.gender ASC NULLS LAST;