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