2
I wonder if in Mysql or any other Bank you have the possibility to use GROUP BY with a conditional.
I will try to explain I have a status column that can have the value true and false, would like to group only when the value is true.
Thanks in advance.
worked, I need you to take me a doubt and in case I want to bring the false status, but not grouped would have as
– PaulinhoCaP
SELECT * FROM table WHERE status = 'false'
– Lucas Augusto Coelho Lopes
I want to bring both false and true, but I want to group only the true has as??
– PaulinhoCaP