I have multiple searches with its results. Now I want to put values in a single table and that to be in particular column. Searches don't have any relationship to each other.
if you want the searches in the same table below each other, you can use the append command
if you want to have the results of the searches besides each other ins separate columns, then you could use the join command, but in this case the events need to have some kind of relation
if you want the searches in the same table below each other, you can use the append command
if you want to have the results of the searches besides each other ins separate columns, then you could use the join command, but in this case the events need to have some kind of relation