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