Posts by Héber • 21 points
2 posts
- 
		0 votes1 answer481 viewsQ: Error Invalid 'EXAMPLE' column in the selection list because it is not contained in an aggregation function or in the GROUP BY clauseHello, friends. I am trying to perform a query on SQL SERVER that worked perfectly on Sqlite. Does anyone know how to make it work? Consultation: SELECT B.CLIENTE, A.CODCLI, SUM(A.VALOR-A.VALORPAGO)… 
- 
		2 votes2 answers1148 viewsQ: (Python + Pyqt5) How to close one window after opening another?Hello. I’m having a problem with a login form. When you enter the correct credentials, the next form opens, but the login form remains open. How do I close the login form after opening the proximic…