Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Is there any way to upload different database with the same titles?, I mean, I have some information and I want to accumulate it but this information come from different files, how can I do it?
Thank you.
Regards
first approach.....
table:
Load A, B, C
from source 1;
concatenate(table)
Load A, B, C
from source 2;
second ....
table:
Load A, B, C
from source *;
first approach.....
table:
Load A, B, C
from source 1;
concatenate(table)
Load A, B, C
from source 2;
second ....
table:
Load A, B, C
from source *;
Thank you so much! It works perfect!