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