Posts by Murilo Cunha • 39 points
3 posts
-
0
votes1
answer42
viewsQ: Help in this query in SQL Server
That consultation: SELECT C.CompanyName, MAX(SOH.TotalDue) AS Total, A.CountryRegion FROM SalesLT.SalesOrderHeader SOH INNER JOIN SalesLT.Customer C ON C.CustomerID = SOH.CustomerID INNER JOIN…
-
0
votes2
answers1169
viewsA: Exception error in thread "AWT-Eventqueue-0" java.lang.Nullpointerexception
Thanks, Gustavo. I managed to solve the problem. Really that was it... Only the part of executing the query you put in the edited code, which did not work. But I understood how it should be now. You…
-
2
votes2
answers1169
viewsQ: Exception error in thread "AWT-Eventqueue-0" java.lang.Nullpointerexception
I’m doing a college project where I can register, change, delete and consult a product. In the query part, I try to search for the ID. Only this error happens and I am not able to solve. Exception…