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