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