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