Posts by Andre • 121 points
2 posts
-
1
votes1
answer130
viewsA: How to return NULL in LEFT JOIN?
This can happen to more users as in my case, I leave my answer and solution if it is useful to others. When I auditioned for a id = 22 this one didn’t have the field idcelula to null hence he…
-
1
votes1
answer130
viewsQ: How to return NULL in LEFT JOIN?
I have two tables I need to manipulate: interventioniscy : idintervencaopriority , idcelula... cellula : idcelula, name... SELECT ip.idintervencaoprioridade, zc.nome nome_celula FROM…