I’m a beginner apprentice,I don’t know why my code is returning extra duplicate rows
Code:
SELECT *
FROM employees
It returns the list but repeated multiple times and the first number on the first original answer does not repeat along with the repetitions
1
2
3
4
5
2
3
4
5 and the like..
I don’t know what to try, I created the database and everything was running smoothly,all of a sudden is sending me this extra rows.
Jose Santana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.