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