blob: 5e9d2ca91b8e42d19ca66b70036abdf49defefb2 [file] [log] [blame]
select count(*) as c0 from (select distinct customer.gender as c0 from customer as customer) as init;