I have 3 tables. Won, lost, no bid. When I try
select *
from "table1", "table2", "table3"
I get the three tables next to each other but the there are so many duplicate rows. I have one table show correctly but the other two just duplicate the first row of the table all the way down.
Dont know where to go from here.
New contributor
Yuju Takahashi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.