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