Posts by Hricles Freire Soares Freire S • 76 points
3 posts
-
1
votes1
answer27
viewsA: Select with Null Field
Hello, Replace "Inner Join" with "left Join" or another Join of your choice. Ex: left JOIN "public".curso cs ON cs.id_unidade = un.id_unidade left JOIN "public".discente dis ON dis.id_curso =…
-
1
votes1
answer42
viewsA: Libraries in C++
Hello, the correct is to always import the library, sometimes for some reason probably by running with the compiler also running on the machine the code ends up working. But normal behavior causes…
c++answered Hricles Freire Soares Freire S 76 -
1
votes1
answer74
viewsA: I’m trying to understand these codes, but it’s not making sense to me. Can anyone help me? I’m a beginner
Good night, I had similar difficulty when I started programming in Java Script. I don’t program much in Python for this purpose that I’m using. More I can help you understand a little. Ajax is…