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