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