1
I am trying to sum the following with Query Builder, but if one of the values is null and does not sum
DB::raw("estudantes_carga_horaria.dias_letivos_oferecidos + estudantes_carga_horaria.dias_letivos_oferecidos_outra_escola AS total_dias_letivos_oferecidos")
It worked perfectly! Thank you!
– Luis Souza