Hallo everyone,
i Need some help with the Union of 2 data sources. I currently have a Primary data source, which contains random Dates from today until 2025. The secondary data contains end of quarter Dates. Now i would like to Union both, so that i will have the dats from both data sources.
Both my data sources are extracted live from an oracle database using custom SQL.
Thank you in advanced
Regards
Thomas
3 answers
hi Thomas
Can you try cross join.
Refer
Thanks
sankar