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