I have 'animal_check' column with values [dog -> true, rose -> false, elephant -> true, cow -> true, daffodil -> false]
and I would like to have a result 'animal' based on above which only contains
dog,elephant,cow .
How to achieve it? Any suggestion? Thank you :)