my problem is that I have the following query:
SELECT respuestaId, respuesta, estado, r.preguntaId FROM respuestas r, preguntas p WHERE r.preguntaId = p.preguntaId AND r.preguntaId = 1
The result of the query is 4 responses, for exa...
asked by
07.09.2017 / 03:27