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