Join two tables by matching common column name
Hi,I have two tables as below.Table1 :NameSectionSubjectAdamAMathBobAscienceChrisBenglish Table2: NameSectionScoreAdamA80BobA90ChrisB84 I want to join both table in jsl and get the following output table but I don't want to give matching column names explicitly. Matching columns would be the columns with same column name in both table. Matching columns can vary. It can be 2 (as in shown example) ...
vince_faller