I’ve been searching the page for possible solutions but I can’t find it anywhere.. What I need is pretty simple I need multiple rows to be displayed into one. I have tried || + ||, etc.
select c_category_in, c_data_services, c_dispositivos, c_averia as 'Sub-Category', count() as 'Total'
from tickets
group by c_category_in,c_averia,c_data_services,c_dispositivos
having (Total > 1)
The COALESCE function returns the first non-
NULLvalue: