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