I need to perform join and the number of columns which are to be used in join activity are unknown, unknown means user will provide that in reference to how many columns join need to be performed.
like in screenshot columns given are two but if three columns are given then there need to be third row as well in join command , so this part need to be automated that if user gives one column name then only one row is to be used to join and if user gave 5 columns then join has to be performed in 5 columns.
I hope the query is clear if not then please let me know.
Could you please share the query which we use to combine columns , The query which I know only combines two columns but here in this case the no. of cols is dynamic