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