Posts by Felipe Schmidt • 21 points
2 posts
-
0
votes1
answer86
viewsA: SELECT returns nothing when I put a WHERE clause
I was able to resolve with the help of a work friend, the error was in a registered item that was a FK, but the user record with the fk in question had been deleted. The solution was simply to place…
-
2
votes1
answer86
viewsQ: SELECT returns nothing when I put a WHERE clause
When I run the following sql command I get an empty return, even if I indicate an id that is present in some rows of the table to be searched SELECT e.data_request, e.id_exchange, e.data_exchange,…