Posts by Pedro • 46 points
3 posts
-
1
votes2
answers7225
viewsA: Postgre query error: ERROR: syntax error at or near "WHERE"
I managed to fix it. I’ll explain to anyone who has the same problem. There was no syntax error, but the query structure was wrong. Above, note that the select refers to the medical table b, however…
-
1
votes2
answers7225
viewsQ: Postgre query error: ERROR: syntax error at or near "WHERE"
I was working with mysql in this project and the query worked normally. At the moment, I am migrating to postgresql. However, the query stopped working and returned the following error: ERROR:…
-
1
votes1
answer33
viewsA: Android App Creation Problem - Java
The right and elegant way would be to create a webservice and put it in the cloud. And so, the students' and teachers' versions could access the information persisted in a database. There are some…