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