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